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-12-14 11:12:20 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-12-14 11:12:20 (GMT)
commita73a364ed185d1d933bd032debd1e37d31a1426b (patch)
tree62c2fea24899d535b7f682df64f4c1fcec14ea9a /ChangeLog
parent062ea778bb9f36ea5ab0d2756330a61ebfdb10fa (diff)
Do not change left, top and zoom values when they are null in PDF
2007-12-14 Carlos Garcia Campos <carlosgc@gnome.org> * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest): * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top), (ev_link_dest_get_left), (ev_link_dest_get_zoom), (ev_link_dest_get_property), (ev_link_dest_set_property), (ev_link_dest_class_init), (ev_link_dest_new_xyz), (ev_link_dest_new_fith), (ev_link_dest_new_fitv), (ev_link_dest_new_fitr): * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest), (goto_fith_dest), (goto_xyz_dest): Do not change left, top and zoom values when they are null in PDF destinations. Fixes bug #460658. svn path=/trunk/; revision=2769
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7c0b67..4b96411 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2007-12-14 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
+ * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
+ (ev_link_dest_get_left), (ev_link_dest_get_zoom),
+ (ev_link_dest_get_property), (ev_link_dest_set_property),
+ (ev_link_dest_class_init), (ev_link_dest_new_xyz),
+ (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
+ (ev_link_dest_new_fitr):
+ * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
+ (goto_fith_dest), (goto_xyz_dest):
+
+ Do not change left, top and zoom values when they are null in PDF
+ destinations. Fixes bug #460658.
+
2007-12-10 Christian Persch <chpe@gnome.org>
* shell/ev-view-accessible.c: (ev_view_accessible_finalize),