summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-09-05 15:09:52 +0200
committerStefano Karapetsas <[email protected]>2012-09-05 15:09:52 +0200
commit3f9a8ff95dd0632f52ecdbe4067fffd7b3c0df20 (patch)
treefdd7000bd5264789e9ea1d632baa1e63a217a28c /src
parentf0ef6466ec0987807fcffdd41b09e88fc1292802 (diff)
downloadcaja-3f9a8ff95dd0632f52ecdbe4067fffd7b3c0df20.tar.bz2
caja-3f9a8ff95dd0632f52ecdbe4067fffd7b3c0df20.tar.xz
convert exit with last window to gsettings
Diffstat (limited to 'src')
-rw-r--r--src/caja-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caja-main.c b/src/caja-main.c
index 52b208b9..ef5714b2 100644
--- a/src/caja-main.c
+++ b/src/caja-main.c
@@ -494,7 +494,7 @@ main (int argc, char *argv[])
caja_global_preferences_init ();
/* exit_with_last_window being FALSE, caja can run without window. */
- exit_with_last_window = eel_preferences_get_boolean (CAJA_PREFERENCES_EXIT_WITH_LAST_WINDOW);
+ exit_with_last_window = g_settings_get_boolean (caja_preferences, CAJA_PREFERENCES_EXIT_WITH_LAST_WINDOW);
application = NULL;