From a369c69460912502c842baffe73a373134f02fca Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Fri, 7 Jan 2005 06:31:35 +0000 Subject: [PATCH] forgot to unref the loading_icon. Fri Jan 7 01:28:58 2005 Jonathan Blandford * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_set_document): forgot to unref the loading_icon. --- ChangeLog | 6 ++++++ shell/ev-sidebar-thumbnails.c | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index be2754a1..08647d41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jan 7 01:28:58 2005 Jonathan Blandford + + * 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 * 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 a546993b..e54eb97e 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; -- 2.43.5