]> www.fi.muni.cz Git - evince.git/commitdiff
Ensure that after we have created a thumbnail, the list store is updated
authorCrispin Flowerday <gnome@flowerday.cx>
Mon, 14 Feb 2005 19:57:06 +0000 (19:57 +0000)
committerCrispin Flowerday <crispin@src.gnome.org>
Mon, 14 Feb 2005 19:57:06 +0000 (19:57 +0000)
2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>

* 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

ChangeLog
shell/ev-sidebar-thumbnails.c

index 1258ab8516623047d8d9c5d18b0b8f8eabd563de..42863e253af1a56bec1d3a5bd076d6a4cd4b135d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
+
+       * 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  <clarkbw@cvs.gnome.org>
 
        * shell/ev-window.c: fixed typo, closes bug 166897
index 382a5a96930867859e3e41d68af486186489e534..a379b485c2941f88eee125d97b5e608c4f8563d9 100644 (file)
@@ -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);