[nautilus] Don't rewrite bookmarks file when file appearance changes



commit 55f1438bf898c819504dae540a7540ec30508f1e
Author: Alexander Larsson <alexl redhat com>
Date:   Fri Dec 11 11:35:39 2009 +0100

    Don't rewrite bookmarks file when file appearance changes
    
    We no longer write the icon to the bookmarks file so this is just
    unnecessary. Also this means we don't rewrite the bookmark file on each
    startup.

 src/nautilus-bookmark-list.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-bookmark-list.c b/src/nautilus-bookmark-list.c
index 996e585..17c0545 100644
--- a/src/nautilus-bookmark-list.c
+++ b/src/nautilus-bookmark-list.c
@@ -226,8 +226,6 @@ insert_bookmark_internal (NautilusBookmarkList *bookmarks,
 {
 	bookmarks->list = g_list_insert (bookmarks->list, bookmark, index);
 
-	g_signal_connect_object (bookmark, "appearance_changed",
-				 G_CALLBACK (bookmark_in_list_changed_callback), bookmarks, 0);
 	g_signal_connect_object (bookmark, "contents_changed",
 				 G_CALLBACK (bookmark_in_list_changed_callback), bookmarks, 0);
 }



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