diff options
author | Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org> | 2009-02-09 14:15:40 +0000 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org> | 2009-02-09 14:15:40 +0000 |
commit | 178c1bef7709140fe03f1e50ca45adcfabae83bd (patch) | |
tree | c6116f80851eb1381592d35086a2ddc47d331266 /src/nautilus-bookmarks-window.c | |
parent | b99a650dd9c56c80d87a7e090b69d0982b6ea965 (diff) | |
download | nautilus-178c1bef7709140fe03f1e50ca45adcfabae83bd.tar.gz |
Replace deprecated gdk_pixbuf_unref with g_object_unref
svn path=/trunk/; revision=14930
Diffstat (limited to 'src/nautilus-bookmarks-window.c')
-rw-r--r-- | src/nautilus-bookmarks-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-bookmarks-window.c b/src/nautilus-bookmarks-window.c index b2d3757e6..8070566d5 100644 --- a/src/nautilus-bookmarks-window.c +++ b/src/nautilus-bookmarks-window.c @@ -857,7 +857,7 @@ update_bookmark_from_text (void) g_signal_handler_unblock (bookmark_list_store, row_changed_signal_id); - gdk_pixbuf_unref (pixbuf); + g_object_unref (pixbuf); g_free (name); } } |