summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-12-17 16:37:42 +0100
committerAlexander Larsson <alexl@redhat.com>2009-12-17 16:37:42 +0100
commit07c0bf9cb422d38fb4c38faed7af261c5411378c (patch)
tree412d3ccb0fab939d36ddb11275fef136112a5ede
parentc69f3a2ba2d0bd23de5a218b8ce13d256481213a (diff)
downloadnautilus-07c0bf9cb422d38fb4c38faed7af261c5411378c.tar.gz
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.
-rw-r--r--libnautilus-private/apps_nautilus_preferences.schemas.in2
-rw-r--r--libnautilus-private/nautilus-global-preferences.c2
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 d5b432d29..e9b9bdb40 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 574ef8d1a..a538e0de8 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,