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.
+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):
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;