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>2007-06-13 10:48:59 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-06-13 10:48:59 (GMT)
commitbeda935ce80b173f9430de092f5b9d0551bf7196 (patch)
treee5f3371c71492d54bf875d41b661095470fcb126 /ChangeLog
parentebb867ca4ad3546a46c018fa3581c757af7058b1 (diff)
Redraw view every time we have a new surface. Fixes bug #443587.
2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-pixbuf-cache.c: (job_finished_cb), (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping), (ev_pixbuf_cache_get_image_mapping), (ev_pixbuf_cache_get_text_mapping): Redraw view every time we have a new surface. Fixes bug #443587. svn path=/trunk/; revision=2502
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b387922..c27b3a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org>
+ * shell/ev-pixbuf-cache.c: (job_finished_cb),
+ (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
+ (ev_pixbuf_cache_get_image_mapping),
+ (ev_pixbuf_cache_get_text_mapping):
+
+ Redraw view every time we have a new surface. Fixes bug #443587.
+
+2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org>
+
* libdocument/ev-document.c: (ev_document_info_free):
Fix memory leaks.