From d3b9665412c1368abbe96453010efec923160de5 Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Sun, 07 Aug 2005 06:06:38 +0000 Subject: reverse rotation/page when getting the area for select_all. Sun Aug 7 02:06:08 2005 Jonathan Blandford * shell/ev-view.c (ev_view_select_all): reverse rotation/page when getting the area for select_all. --- (limited to 'shell') 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; -- cgit v0.9.1