Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db2e702..e05c184 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2008-10-17 Carlos Garcia Campos <carlosgc@gnome.org>
+ * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
+ (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
+ (ev_sidebar_thumbnails_fill_model),
+ (ev_sidebar_thumbnails_refresh),
+ (ev_sidebar_thumbnails_set_document):
+
+ Instead of using only one loading icon for thumbnails based on the
+ size of the first page, create an icon for every different page
+ size. Fixes bug #556264.
+
+2008-10-17 Carlos Garcia Campos <carlosgc@gnome.org>
+
* shell/ev-page-cache.c: (ev_page_cache_finalize):
Fix memory leak.