diff options
Diffstat (limited to 'src/caja-window-manage-views.c')
-rw-r--r-- | src/caja-window-manage-views.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caja-window-manage-views.c b/src/caja-window-manage-views.c index 980c780c..35091bed 100644 --- a/src/caja-window-manage-views.c +++ b/src/caja-window-manage-views.c @@ -636,7 +636,7 @@ caja_window_slot_open_location_full (CajaWindowSlot *slot, slot_flags = 0; - new_slot_position = eel_preferences_get_enum (CAJA_PREFERENCES_NEW_TAB_POSITION); + new_slot_position = g_settings_get_enum (caja_preferences, CAJA_PREFERENCES_NEW_TAB_POSITION); if (new_slot_position == CAJA_NEW_TAB_POSITION_END) { slot_flags = CAJA_WINDOW_OPEN_SLOT_APPEND; |