From a24b6058f600866dbf932ef421dcf075499e4929 Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Sun, 8 Jan 2006 16:33:32 +0000 Subject: [PATCH] Fixed syntax check option --- gnoemoe/dialogs/gm-preferences-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnoemoe/dialogs/gm-preferences-dialog.c b/gnoemoe/dialogs/gm-preferences-dialog.c index 21a0b13..5f0246b 100644 --- a/gnoemoe/dialogs/gm-preferences-dialog.c +++ b/gnoemoe/dialogs/gm-preferences-dialog.c @@ -303,7 +303,7 @@ gm_preferences_dialog_run() { gm_options_get_int(options, "editor_needs_terminal")); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON( gm_preferences_dialog_widget("check_button_auto_syntax")), - gm_options_get_int(options, "auto_syntax_check")); + gm_options_get_int(options, "auto_check_syntax")); gtk_widget_set_sensitive( gm_preferences_dialog_widget("entry_alt_editor"),