From a369c69460912502c842baffe73a373134f02fca Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Fri, 07 Jan 2005 06:31:35 +0000 Subject: 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. --- (limited to 'shell/ev-sidebar-thumbnails.c') 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; -- cgit v0.9.1