]> www.fi.muni.cz Git - evince.git/commitdiff
forgot to unref the loading_icon.
authorJonathan Blandford <jrb@redhat.com>
Fri, 7 Jan 2005 06:31:35 +0000 (06:31 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Fri, 7 Jan 2005 06:31:35 +0000 (06:31 +0000)
Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>

        * shell/ev-sidebar-thumbnails.c
        (ev_sidebar_thumbnails_set_document): forgot to unref the
        loading_icon.

ChangeLog
shell/ev-sidebar-thumbnails.c

index be2754a10df9f4c440194e39d0dfaf50699980be..08647d4176ffb06d718dec6e8c97124e3ebfccf4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * shell/ev-sidebar-thumbnails.c
+       (ev_sidebar_thumbnails_set_document): forgot to unref the
+       loading_icon.
+
 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
 
        * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
index a546993bf31760c4f87fa05278de43d7cae01489..e54eb97e06729ea071ec0177b83100f1ee0ffe09 100644 (file)
@@ -316,6 +316,7 @@ ev_sidebar_thumbnails_set_document (EvSidebarThumbnails *sidebar_thumbnails,
                g_free (page);
        }
 
+       g_object_unref (loading_icon);
        gtk_tree_model_get_iter_first (GTK_TREE_MODEL (priv->list_store),
                                       &(priv->current_page_iter));
        priv->current_page = 0;