Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-08-07 06:06:38 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-08-07 06:06:38 (GMT)
commitd3b9665412c1368abbe96453010efec923160de5 (patch)
tree3a1ccec378cae7afabb004b504b50668260e53e9 /shell
parent3f175f30d0eb1df7df8894c7ba0949e4cbd23e8f (diff)
reverse rotation/page when getting the area for select_all.
Sun Aug 7 02:06:08 2005 Jonathan Blandford <jrb@redhat.com> * shell/ev-view.c (ev_view_select_all): reverse rotation/page when getting the area for select_all.
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-view.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ev-view.c b/shell/ev-view.c
index c4ae904..9c01ca6 100644
--- a/shell/ev-view.c
+++ b/shell/ev-view.c
@@ -3169,8 +3169,9 @@ ev_view_select_all (EvView *view)
EvViewSelection *selection;
ev_page_cache_get_size (view->page_cache,
+ i,
view->rotation,
- i, 1.0, &width, &height);
+ 1.0, &width, &height);
selection = g_new0 (EvViewSelection, 1);
selection->page = i;