From c59949cf0e24ed5dfe461487c8ef57769e398f96 Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Tue, 14 Nov 2017 22:58:31 +0000 Subject: [PATCH] frontend: Fix copy/paste and actually update liblsi-intercept config Signed-off-by: Ikey Doherty --- src/frontend/main-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/main-window.c b/src/frontend/main-window.c index 6fb0cbd..5abfc38 100644 --- a/src/frontend/main-window.c +++ b/src/frontend/main-window.c @@ -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 */