[nautilus] preferences: remove exit-with-last-window preference entirely



commit dccf76a36441332e96c40305373876ca32a1b110
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Dec 13 19:53:55 2010 +0100

    preferences: remove exit-with-last-window preference entirely
    
    It makes no sense now that nautilus doesn't do session services, such as
    autorun, anymore.

 libnautilus-private/nautilus-global-preferences.h  |    3 ---
 libnautilus-private/nautilus.convert               |    1 -
 .../org.gnome.nautilus.gschema.xml.in              |    5 -----
 3 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/libnautilus-private/nautilus-global-preferences.h b/libnautilus-private/nautilus-global-preferences.h
index b55b8ce..5e84d63 100644
--- a/libnautilus-private/nautilus-global-preferences.h
+++ b/libnautilus-private/nautilus-global-preferences.h
@@ -32,9 +32,6 @@
 
 G_BEGIN_DECLS
 
-/* Whether exit when last window destroyed */
-#define NAUTILUS_PREFERENCES_EXIT_WITH_LAST_WINDOW		"exit-with-last-window"
-
 /* Trash options */
 #define NAUTILUS_PREFERENCES_CONFIRM_TRASH			"confirm-trash"
 #define NAUTILUS_PREFERENCES_ENABLE_DELETE			"enable-delete"
diff --git a/libnautilus-private/nautilus.convert b/libnautilus-private/nautilus.convert
index 1aa600c..bd9979a 100644
--- a/libnautilus-private/nautilus.convert
+++ b/libnautilus-private/nautilus.convert
@@ -1,6 +1,5 @@
 [org.gnome.nautilus.preferences]
 tabs-open-position = /desktop/gnome/file_views/tabs_open_position
-exit-with-last-window = /apps/nautilus/preferences/exit_with_last_window
 always-use-browser = /apps/nautilus/preferences/always_use_browser
 always-use-location-entry = /apps/nautilus/preferences/always_use_location_entry
 confirm-trash = /apps/nautilus/preferences/confirm_trash
diff --git a/libnautilus-private/org.gnome.nautilus.gschema.xml.in b/libnautilus-private/org.gnome.nautilus.gschema.xml.in
index 800268c..cf89262 100644
--- a/libnautilus-private/org.gnome.nautilus.gschema.xml.in
+++ b/libnautilus-private/org.gnome.nautilus.gschema.xml.in
@@ -73,11 +73,6 @@
       <_summary>Where to position newly open tabs in browser windows.</_summary>
       <_description>If set to "after-current-tab", then new tabs are inserted after the current tab. If set to "end", then new tabs are appended to the end of the tab list.</_description>
     </key>
-    <key name="exit-with-last-window" type="b">
-      <default>false</default>
-      <_summary>Nautilus will exit when last window destroyed.</_summary>
-      <_description>If set to true, then Nautilus will exit when all windows are destroyed. This is the default setting. If set to false, it can be started without any window, so nautilus can serve as a daemon to monitor media automount, or similar tasks.</_description>
-    </key>
     <key name="always-use-browser" type="b">
       <default>true</default>
       <_summary>Enables the classic Nautilus behavior, where all windows are browsers</_summary>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]