Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--ChangeLog6
-rw-r--r--shell/ev-sidebar-thumbnails.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be2754a..08647d4 100644
--- 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
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;