Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-10-17 10:48:45 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-10-17 10:48:45 (GMT)
commit5b55c6afc5ba271aea0e04fa00ff92291290260c (patch)
tree67254331e13bf69b47cb141c7228b82e1069164c /ChangeLog
parent5254174cfd6c6ce270022414147e540c79e08765 (diff)
Instead of using only one loading icon for thumbnails based on the size of
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. svn path=/trunk/; revision=3223
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.