[nautilus] Enable browser mode by default



commit 07c0bf9cb422d38fb4c38faed7af261c5411378c
Author: Alexander Larsson <alexl redhat com>
Date:   Thu Dec 17 16:37:42 2009 +0100

    Enable browser mode by default
    
    As discussed on the list we're moving to browser mode with the switch
    to gnome-shell. Gnome-shell is not quite ready yet, but we want to
    move towards that as early as possible so we can iron out all the
    details in the new behaviour.

 .../apps_nautilus_preferences.schemas.in           |    2 +-
 libnautilus-private/nautilus-global-preferences.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libnautilus-private/apps_nautilus_preferences.schemas.in b/libnautilus-private/apps_nautilus_preferences.schemas.in
index d5b432d..e9b9bdb 100644
--- a/libnautilus-private/apps_nautilus_preferences.schemas.in
+++ b/libnautilus-private/apps_nautilus_preferences.schemas.in
@@ -60,7 +60,7 @@
       <applyto>/apps/nautilus/preferences/always_use_browser</applyto>
       <owner>nautilus</owner>
       <type>bool</type>
-      <default>false</default>
+      <default>true</default>
       <locale name="C">
          <short>Enables the classic Nautilus behavior, where all windows are browsers</short>
          <long>
diff --git a/libnautilus-private/nautilus-global-preferences.c b/libnautilus-private/nautilus-global-preferences.c
index 574ef8d..a538e0d 100644
--- a/libnautilus-private/nautilus-global-preferences.c
+++ b/libnautilus-private/nautilus-global-preferences.c
@@ -345,7 +345,7 @@ static const PreferenceDefault preference_defaults[] = {
 	},
 	{ NAUTILUS_PREFERENCES_ALWAYS_USE_BROWSER,
 	  PREFERENCE_BOOLEAN,
-	  GINT_TO_POINTER (FALSE)
+	  GINT_TO_POINTER (TRUE)
 	},
 	{ NAUTILUS_PREFERENCES_ENABLE_TABS,
 	  PREFERENCE_BOOLEAN,



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