diff options
Diffstat (limited to 'libview/ev-view-presentation.c')
-rw-r--r-- | libview/ev-view-presentation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libview/ev-view-presentation.c b/libview/ev-view-presentation.c index 0bcfe54d..c525e51f 100644 --- a/libview/ev-view-presentation.c +++ b/libview/ev-view-presentation.c @@ -425,7 +425,7 @@ ev_view_presentation_update_current_page (EvViewPresentation *pview, { gint jump; - if (page < 0 || page >= ev_document_get_n_pages (pview->document)) + if (page >= ev_document_get_n_pages (pview->document)) return; ev_view_presentation_animation_cancel (pview); |