nautilus r14177 - in branches/gnome-2-22: . src
- From: padraigo svn gnome org
- To: svn-commits-list gnome org
- Subject: nautilus r14177 - in branches/gnome-2-22: . src
- Date: Mon, 19 May 2008 14:24:54 +0000 (UTC)
Author: padraigo
Date: Mon May 19 14:24:54 2008
New Revision: 14177
URL: http://svn.gnome.org/viewvc/nautilus?rev=14177&view=rev
Log:
2008-05-19 Padraig O'Briain <padraig obriain sun com>
* src/nautilus-application.c (mount_removed_callback): Ensure that
window no longer shows CD contents after CD is ejected. (#531678)
Modified:
branches/gnome-2-22/ChangeLog
branches/gnome-2-22/src/nautilus-application.c
Modified: branches/gnome-2-22/src/nautilus-application.c
==============================================================================
--- branches/gnome-2-22/src/nautilus-application.c (original)
+++ branches/gnome-2-22/src/nautilus-application.c Mon May 19 14:24:54 2008
@@ -1472,7 +1472,7 @@
location = nautilus_window_get_location (window);
- if (g_file_has_prefix (location, root)) {
+ if (g_file_equal(location, root) || g_file_has_prefix (location, root)) {
close_list = g_list_prepend (close_list, window);
}
g_object_unref (location);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]