diff options
author | Stefano Karapetsas <[email protected]> | 2012-09-05 15:07:40 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-09-05 15:07:40 +0200 |
commit | f0ef6466ec0987807fcffdd41b09e88fc1292802 (patch) | |
tree | b8e0590ff10422b92989deff306e2c559c1077ba /libcaja-private/caja-mime-actions.c | |
parent | ab3a27b67b830897c49ecf395ee5e63e4dfdfc26 (diff) | |
download | caja-f0ef6466ec0987807fcffdd41b09e88fc1292802.tar.bz2 caja-f0ef6466ec0987807fcffdd41b09e88fc1292802.tar.xz |
convert new tab position to gsettings
Diffstat (limited to 'libcaja-private/caja-mime-actions.c')
-rw-r--r-- | libcaja-private/caja-mime-actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaja-private/caja-mime-actions.c b/libcaja-private/caja-mime-actions.c index 9cbc2f45..4679d920 100644 --- a/libcaja-private/caja-mime-actions.c +++ b/libcaja-private/caja-mime-actions.c @@ -1936,7 +1936,7 @@ activate_files (ActivateParameters *parameters) { if ((flags & CAJA_WINDOW_OPEN_FLAG_NEW_TAB) != 0 && - eel_preferences_get_enum (CAJA_PREFERENCES_NEW_TAB_POSITION) == + g_settings_get_enum (caja_preferences, CAJA_PREFERENCES_NEW_TAB_POSITION) == CAJA_NEW_TAB_POSITION_AFTER_CURRENT_TAB) { /* When inserting N tabs after the current one, |