Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2008-02-29 09:23:30 (GMT)
committer Carlos Garnacho <carlosg@src.gnome.org>2008-02-29 09:23:30 (GMT)
commitf51872613abaaa42c716e2fe6a2e4695c529dc4b (patch)
tree2a45fde09670e8005b22807ff847f3c51372be1d /ChangeLog
parentcaf531bb6f29b940687528ace8c4b2c77f925a05 (diff)
Added. Returns whether the animation has everything necessary to run. Do
2008-02-29 Carlos Garnacho <carlosg@gnome.org> * shell/ev-transition-animation.[ch] (ev_transition_animation_ready): Added. Returns whether the animation has everything necessary to run. * shell/ev-view.c (ev_view_expose_event): Do not assume the animation is ready just because it's been created. Fixes #519106. (draw_one_page): Do not show the "Loading..." text in presentation mode, there was a slim probability that this could happen. svn path=/trunk/; revision=2933
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1517b4b..8cd1d17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-02-29 Carlos Garnacho <carlosg@gnome.org>
+
+ * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
+ Added. Returns whether the animation has everything necessary to run.
+ * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
+ is ready just because it's been created. Fixes #519106.
+ (draw_one_page): Do not show the "Loading..." text in presentation
+ mode, there was a slim probability that this could happen.
+
2008-02-27 Carlos Garcia Campos <carlosgc@gnome.org>
* libdocument/ev-document-factory.c: (get_mime_type_from_uri):