From: Carlos Garcia Campos Date: Fri, 14 Dec 2007 11:12:20 +0000 (+0000) Subject: Do not change left, top and zoom values when they are null in PDF X-Git-Tag: EVINCE_2_21_90~100 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=a73a364ed185d1d933bd032debd1e37d31a1426b;hp=a73a364ed185d1d933bd032debd1e37d31a1426b;p=evince.git Do not change left, top and zoom values when they are null in PDF 2007-12-14 Carlos Garcia Campos * 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 ---