[gtk+/places-sidebar] Sync from nautilus commit 0177dd24a5f7f9f5302745a865eb970a35faa78c



commit e7d6e788e3ea1fd186f9287ed90acb4ade097c89
Author: Federico Mena Quintero <federico gnome org>
Date:   Wed Dec 5 16:51:32 2012 -0600

    Sync from nautilus commit 0177dd24a5f7f9f5302745a865eb970a35faa78c

 gtk/gtkplacessidebar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c
index 485caf8..a6135d0 100644
--- a/gtk/gtkplacessidebar.c
+++ b/gtk/gtkplacessidebar.c
@@ -1052,7 +1052,7 @@ update_places (GtkPlacesSidebar *sidebar)
 
 #if 0
 		/* FIXME: remove this?  If we *do* show bookmarks for nonexistent files, the user will eventually clean them up */
-		if (nautilus_bookmark_uri_known_not_to_exist (bookmark)) {
+		if (!nautilus_bookmark_get_exists (bookmark)) {
 			continue;
 		}
 #endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]