From 189c4fc94b413a32ebce7d9bc368a5d9bbc4d2b0 Mon Sep 17 00:00:00 2001 From: Jared Moore Date: Sun, 8 Jun 2008 13:12:44 +0000 Subject: Do not skip begin_location_change if opening the same location in the same 2008-06-08 Jared Moore * src/nautilus-window-manage-views.c (nautilus_window_slot_open_location_full): Do not skip begin_location_change if opening the same location in the same window but a different slot. svn path=/branches/multiview/; revision=14237 --- ChangeLog | 7 +++++++ src/nautilus-window-manage-views.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e20d8f2e8..9020a1877 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-06-08 Jared Moore + + * src/nautilus-window-manage-views.c + (nautilus_window_slot_open_location_full): + Do not skip begin_location_change if opening the same location in + the same window but a different slot. + 2008-06-08 Jared Moore * src/nautilus-places-sidebar.c (open_selected_bookmark), diff --git a/src/nautilus-window-manage-views.c b/src/nautilus-window-manage-views.c index 5dc6d48b6..46135238e 100644 --- a/src/nautilus-window-manage-views.c +++ b/src/nautilus-window-manage-views.c @@ -610,7 +610,7 @@ nautilus_window_slot_open_location_full (NautilusWindowSlot *slot, } if ((!do_load_location) || - (target_window == window && + (target_window == window && target_slot == slot && old_location && g_file_equal (old_location, location))) { g_object_unref (old_location); return; -- cgit v1.2.1