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>2009-02-01 10:12:10 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2009-02-01 10:12:10 (GMT)
commit4801638536a61e0b81df1f2278703a819918ce11 (patch)
tree6eb7c39333c8314200a45901e78084945900a5c7 /ChangeLog
parent90839f7bfb620f737de365e45384b4b1f90470e9 (diff)
Clamp top/bottom values of destinations to make sure they are not bigger
2009-02-01 Carlos Garcia Campos <carlosgc@gnome.org> * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest): Clamp top/bottom values of destinations to make sure they are not bigger than the page height. Fixes bug #569327. svn path=/trunk/; revision=3396
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f14fa1b..4215dc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2009-02-01 Carlos Garcia Campos <carlosgc@gnome.org>
+ * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
+
+ Clamp top/bottom values of destinations to make sure they are not
+ bigger than the page height. Fixes bug #569327.
+
+2009-02-01 Carlos Garcia Campos <carlosgc@gnome.org>
+
* libdocument/ev-debug.h:
Fix build when debug mode is disabled.