summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-12-11 11:35:39 +0100
committerAlexander Larsson <alexl@redhat.com>2009-12-11 11:37:10 +0100
commit74abd44a297ffb7a2540e21ba11e2edd7a64a325 (patch)
treeeb02102ae472fa9aa1db16ac614fea09f77ba902 /src
parent449ad015c184d4ce0693b8dd51def8fe1b595870 (diff)
downloadnautilus-74abd44a297ffb7a2540e21ba11e2edd7a64a325.tar.gz
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. (cherry picked from commit 55f1438bf898c819504dae540a7540ec30508f1e)
Diffstat (limited to 'src')
-rw-r--r--src/nautilus-bookmark-list.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nautilus-bookmark-list.c b/src/nautilus-bookmark-list.c
index 996e585d0..17c0545d6 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);
}