aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window-commands.c')
-rw-r--r--src/window-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index eb39dc618..6494ea2c5 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -1028,5 +1028,5 @@ window_cmd_browse_with_caret (GtkAction *action,
gboolean active;
active = gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action));
- eel_gconf_set_boolean (CONF_BROWSE_WITH_CARET, active);
+ eel_gconf_set_boolean (CONF_CARET_BROWSING_ENABLED, active);
}