Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-view.c')
-rw-r--r--shell/ev-view.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/shell/ev-view.c b/shell/ev-view.c
index 0a007d2..450c4d4 100644
--- a/shell/ev-view.c
+++ b/shell/ev-view.c
@@ -1034,10 +1034,7 @@ ev_view_select_all (EvView *view)
EvViewSelection *selection;
ev_page_cache_get_size (view->page_cache,
- view->current_page,
- 1.0,
- &width,
- &height);
+ i, 1.0, &width, &height);
selection = g_new0 (EvViewSelection, 1);
selection->page = i;