2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
* shell/ev-view.c: (ev_view_select_all):
Compute size of the actual page, not of
the current one.
+2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
+
+ * shell/ev-view.c: (ev_view_select_all):
+
+ Compute size of the actual page, not of
+ the current one.
+
2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
* shell/ev-view.c: (clear_selection), (ev_view_finalize),
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;