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:
Diffstat (limited to 'shell/ev-view-private.h')
-rw-r--r--shell/ev-view-private.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h
index 1618417..547d165 100644
--- a/shell/ev-view-private.h
+++ b/shell/ev-view-private.h
@@ -97,8 +97,9 @@ struct _EvView {
EvDocument *document;
- char *find_status;
- int find_result;
+ /* Find */
+ GList **find_pages;
+ gint find_result;
gboolean jump_to_find_result;
gboolean highlight_find_results;