frontend: Fix copy/paste and actually update liblsi-intercept config

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2017-11-14 22:58:31 +00:00
parent 657a911004
commit c59949cf0e
+1 -1
View File
@@ -375,7 +375,7 @@ static gboolean lsi_window_closed(LsiSettingsWindow *self, __lsi_unused__ GdkEve
#endif
#ifdef HAVE_LIBINTERCEPT
self->config.use_libredirect = gtk_switch_get_active(GTK_SWITCH(self->check_redirect));
self->config.use_libintercept = gtk_switch_get_active(GTK_SWITCH(self->check_intercept));
#endif
/* Try to write new config */