Fixed syntax check option

This commit is contained in:
Jesse van den Kieboom 2006-01-08 16:33:32 +00:00
parent e58d4fb107
commit a24b6058f6
1 changed files with 1 additions and 1 deletions

View File

@ -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"),