summaryrefslogtreecommitdiff
path: root/src/nautilus-window-manage-views.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2012-08-15 11:02:20 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2012-08-16 08:56:47 -0400
commit6124a9c6bbca254b7afdbacd0ce48796a7906bbe (patch)
treef95d21394340faa68686d3bd59f5854846b213bb /src/nautilus-window-manage-views.c
parent74a8e6e3b2848f2bda121e9f9501346a638d215c (diff)
downloadnautilus-6124a9c6bbca254b7afdbacd0ce48796a7906bbe.tar.gz
Remove always-use-browser option
This isn't necessary since the removal of spatial mode. Having it as a hidden preference is counterproductive because it may have been set before and it will silently break the behavior of the current version. https://bugzilla.gnome.org/show_bug.cgi?id=681919
Diffstat (limited to 'src/nautilus-window-manage-views.c')
-rw-r--r--src/nautilus-window-manage-views.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nautilus-window-manage-views.c b/src/nautilus-window-manage-views.c
index c54134fff..8cc1e5b06 100644
--- a/src/nautilus-window-manage-views.c
+++ b/src/nautilus-window-manage-views.c
@@ -425,7 +425,7 @@ nautilus_window_slot_open_location_full (NautilusWindowSlot *slot,
target_window = NULL;
target_slot = NULL;
- use_same = FALSE;
+ use_same = TRUE;
/* this happens at startup */
old_uri = nautilus_window_slot_get_location_uri (slot);
@@ -453,8 +453,6 @@ nautilus_window_slot_open_location_full (NautilusWindowSlot *slot,
flags ^= NAUTILUS_WINDOW_OPEN_FLAG_NEW_TAB;
flags |= NAUTILUS_WINDOW_OPEN_FLAG_NEW_WINDOW;
}
- } else {
- use_same |= g_settings_get_boolean (nautilus_preferences, NAUTILUS_PREFERENCES_ALWAYS_USE_BROWSER);
}
g_assert (!((flags & NAUTILUS_WINDOW_OPEN_FLAG_NEW_WINDOW) != 0 &&