]> www.fi.muni.cz Git - evince.git/commitdiff
reverse rotation/page when getting the area for select_all.
authorJonathan Blandford <jrb@redhat.com>
Sun, 7 Aug 2005 06:06:38 +0000 (06:06 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Sun, 7 Aug 2005 06:06:38 +0000 (06:06 +0000)
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.

ChangeLog
shell/ev-view.c

index 642d196446ec7cb488f1afd79573e2093a84790a..c657cf9095979f2869b30b77a3632b5541103537 100644 (file)
--- 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):
index c4ae90465f727f067e45c2a5cce8c171c04741f4..9c01ca6eb0b686ed1b8cf9608521389d5f04d1f3 100644 (file)
@@ -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;