Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view-private.h
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-02-19 21:05:37 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-02-19 21:05:37 (GMT)
commit30d1f0f07c6682f3be9f9b16e6b0ebe110366a37 (patch)
tree4b01d5945c16c5097015d5d61250fb000cfc57f8 /shell/ev-view-private.h
parent2fcdb759f53fee8ccca7eaa3d67743cc8d42b0fc (diff)
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.
Diffstat (limited to 'shell/ev-view-private.h')
-rw-r--r--shell/ev-view-private.h1
1 files changed, 0 insertions, 1 deletions
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;