Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCrispin Flowerday <gnome@flowerday.cx>2005-02-14 19:57:06 (GMT)
committer Crispin Flowerday <crispin@src.gnome.org>2005-02-14 19:57:06 (GMT)
commit62e17675ff8a850e77cd23a8b8946d68576caa32 (patch)
tree736fde5029e2d9221a788d1e014a1d7901cbc373
parent730466d754d5e595425670c8d02e92bf163c7200 (diff)
Ensure that after we have created a thumbnail, the list store is updated
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
-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 1258ab8..42863e2 100644
--- 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
diff --git a/shell/ev-sidebar-thumbnails.c b/shell/ev-sidebar-thumbnails.c
index 382a5a9..a379b48 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);