From: Crispin Flowerday Date: Mon, 14 Feb 2005 19:57:06 +0000 (+0000) Subject: Ensure that after we have created a thumbnail, the list store is updated X-Git-Tag: EVINCE_0_1_5~54 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=62e17675ff8a850e77cd23a8b8946d68576caa32;p=evince.git Ensure that after we have created a thumbnail, the list store is updated 2005-02-14 Crispin Flowerday * shell/ev-sidebar-thumbnails.c: Ensure that after we have created a thumbnail, the list store is updated to know that the thumbnail is set. Fixes bug #166792 --- diff --git a/ChangeLog b/ChangeLog index 1258ab85..42863e25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-02-14 Crispin Flowerday + + * shell/ev-sidebar-thumbnails.c: Ensure that after we have + created a thumbnail, the list store is updated to know + that the thumbnail is set. Fixes bug #166792 + 2005-02-11 Bryan Clark * shell/ev-window.c: fixed typo, closes bug 166897 diff --git a/shell/ev-sidebar-thumbnails.c b/shell/ev-sidebar-thumbnails.c index 382a5a96..a379b485 100644 --- a/shell/ev-sidebar-thumbnails.c +++ b/shell/ev-sidebar-thumbnails.c @@ -228,6 +228,7 @@ do_one_iteration (EvSidebarThumbnails *ev_sidebar_thumbnails) gtk_list_store_set (priv->list_store, &(priv->current_page_iter), COLUMN_PIXBUF, pixbuf, + COLUMN_THUMBNAIL_SET, TRUE, -1); g_object_unref (pixbuf);