Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-sidebar-thumbnails.c
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-01-07 06:31:35 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-01-07 06:31:35 (GMT)
commita369c69460912502c842baffe73a373134f02fca (patch)
treeb3db6ae3a13466bb46a18a3f1b2c512be357d2c2 /shell/ev-sidebar-thumbnails.c
parent77b060fe8cd1bb84db8b596e032fffb91f9d906c (diff)
forgot to unref the loading_icon.
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.
Diffstat (limited to 'shell/ev-sidebar-thumbnails.c')
-rw-r--r--shell/ev-sidebar-thumbnails.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ev-sidebar-thumbnails.c b/shell/ev-sidebar-thumbnails.c
index a546993..e54eb97 100644
--- a/shell/ev-sidebar-thumbnails.c
+++ b/shell/ev-sidebar-thumbnails.c
@@ -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;