Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-09-08 11:59:55 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-09-08 11:59:55 (GMT)
commit9832f65434f957b1374d07e6a645b6b8ac88f459 (patch)
tree00ec7541bb507f1f41449b2f42367a5e523025e4 /backend
parentb1248719129d11eee34d3e3ce43f1a85b883b83c (diff)
Fix some bugs with xyz links, respect zoom
2005-09-08 Marco Pesenti Gritti <mpg@redhat.com> * backend/ev-link.c: (ev_link_new_page_xyz): * pdf/ev-poppler.cc: * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link): Fix some bugs with xyz links, respect zoom
Diffstat (limited to 'backend')
-rw-r--r--backend/ev-link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/ev-link.c b/backend/ev-link.c
index 9016ec0..cde4355 100644
--- a/backend/ev-link.c
+++ b/backend/ev-link.c
@@ -342,8 +342,8 @@ ev_link_new_page (const char *title, int page)
EvLink *
ev_link_new_page_xyz (const char *title,
int page,
- double top,
double left,
+ double top,
double zoom)
{
return EV_LINK (g_object_new (EV_TYPE_LINK,