Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;