From 30d1f0f07c6682f3be9f9b16e6b0ebe110366a37 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Sun, 19 Feb 2006 21:05:37 +0000 Subject: Fix for the bug #319137. Search now takes account for scrolling. * shell/ev-view-private.h: * shell/ev-view.c: (view_update_range_and_current_page), (highlight_find_results), (find_changed_cb), (page_changed_cb), (ev_view_set_document), (update_find_status_message), (jump_to_find_result), (jump_to_find_page), (ev_view_find_next), (ev_view_find_previous): Fix for the bug #319137. Search now takes account for scrolling. --- (limited to 'shell/ev-view-private.h') diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h index 9619b6d..8ea6660 100644 --- a/shell/ev-view-private.h +++ b/shell/ev-view-private.h @@ -86,7 +86,6 @@ struct _EvView { gint start_page; gint end_page; gint current_page; - gint find_page; int rotation; double scale; -- cgit v0.9.1