nautilus r14237 - in branches/multiview: . src
- From: jaredm svn gnome org
- To: svn-commits-list gnome org
- Subject: nautilus r14237 - in branches/multiview: . src
- Date: Sun, 8 Jun 2008 13:12:45 +0000 (UTC)
Author: jaredm
Date: Sun Jun 8 13:12:44 2008
New Revision: 14237
URL: http://svn.gnome.org/viewvc/nautilus?rev=14237&view=rev
Log:
2008-06-08 Jared Moore <jaredm svn gnome org>
* 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.
Modified:
branches/multiview/ChangeLog
branches/multiview/src/nautilus-window-manage-views.c
Modified: branches/multiview/src/nautilus-window-manage-views.c
==============================================================================
--- branches/multiview/src/nautilus-window-manage-views.c (original)
+++ branches/multiview/src/nautilus-window-manage-views.c Sun Jun 8 13:12:44 2008
@@ -610,7 +610,7 @@
}
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]