nautilus r14632 - in trunk: . src
- From: cneumair svn gnome org
- To: svn-commits-list gnome org
- Subject: nautilus r14632 - in trunk: . src
- Date: Tue, 16 Sep 2008 21:43:22 +0000 (UTC)
Author: cneumair
Date: Tue Sep 16 21:43:22 2008
New Revision: 14632
URL: http://svn.gnome.org/viewvc/nautilus?rev=14632&view=rev
Log:
2008-09-16 Christian Neumair <cneumair gnome org>
* src/nautilus-application.c (mount_removed_callback):
Let navigation slot go home, instead of its window. Properly
initialize window variable.
Modified:
trunk/ChangeLog
trunk/src/nautilus-application.c
Modified: trunk/src/nautilus-application.c
==============================================================================
--- trunk/src/nautilus-application.c (original)
+++ trunk/src/nautilus-application.c Tue Sep 16 21:43:22 2008
@@ -1489,10 +1489,11 @@
/* Handle the windows in the close list. */
for (node = close_list; node != NULL; node = node->next) {
slot = node->data;
+ window = slot->window;
if (NAUTILUS_IS_SPATIAL_WINDOW (window)) {
nautilus_window_slot_close (slot);
} else {
- nautilus_window_go_home (slot->window);
+ nautilus_window_slot_go_home (slot, FALSE);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]