]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-view-private.h
Enables 'find next' when bindbar is hidden. Fixes bug #323817.
[evince.git] / shell / ev-view-private.h
index 12d5c8a383b3c321d017b8f2c3510a252ff225f3..d1edfa66f8e2eeadb33cb734ead6ed436b88cf1c 100644 (file)
@@ -81,6 +81,7 @@ struct _EvView {
        char *find_status;
        int find_result;
        gboolean jump_to_find_result;
+       gboolean highlight_find_results;
        
        EvPageCache *page_cache;
        EvPixbufCache *pixbuf_cache;
@@ -142,9 +143,11 @@ struct _EvView {
        /* Image DND */
        ImageDNDInfo image_dnd_info;
 
+#if !GTK_CHECK_VERSION (2, 11, 7)
        /* Links */
        GtkWidget *link_tooltip;
        EvLink *hovered_link;
+#endif
 
        /* Goto Popup */
        GtkWidget *goto_window;