Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--ChangeLog5
-rw-r--r--shell/ev-view.c3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 642d196..c657cf9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2005-08-06 Kristian Høgsberg <krh@redhat.com>
* backend/ev-selection.c: (ev_selection_render_selection):
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;