]> www.fi.muni.cz Git - evince.git/commit
Do not change left, top and zoom values when they are null in PDF
authorCarlos Garcia Campos <carlosgc@gnome.org>
Fri, 14 Dec 2007 11:12:20 +0000 (11:12 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Fri, 14 Dec 2007 11:12:20 +0000 (11:12 +0000)
commita73a364ed185d1d933bd032debd1e37d31a1426b
tree62c2fea24899d535b7f682df64f4c1fcec14ea9a
parent062ea778bb9f36ea5ab0d2756330a61ebfdb10fa
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
ChangeLog
backend/pdf/ev-poppler.cc
libdocument/ev-link-dest.c
libdocument/ev-link-dest.h
shell/ev-view.c