]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-view-private.h
Updated Norwegian bokmål translation.
[evince.git] / shell / ev-view-private.h
index 3e72e82af6482a783cdc285ce76c31b5e39ea619..547d1654111af32554edb2bffaa7e8c09067da77 100644 (file)
@@ -24,6 +24,7 @@
 #include "ev-view.h"
 #include "ev-pixbuf-cache.h"
 #include "ev-page-cache.h"
+#include "ev-jobs.h"
 #include "ev-image.h"
 #include "ev-form-field.h"
 #include "ev-selection.h"
@@ -96,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;