X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-view-private.h;h=feed78a919b49d0010986b73deea9ad289d10fef;hb=8370e4fa6c0a90a4d10294e3a74ed87d90b8db94;hp=4908711fbe06c1e01e88456f4a25b16ffeb713b4;hpb=6426ce3672bf190ab39d9c49c841232c127d174f;p=evince.git diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h index 4908711f..feed78a9 100644 --- a/shell/ev-view-private.h +++ b/shell/ev-view-private.h @@ -78,7 +78,6 @@ struct _EvView { EvDocument *document; - char *status; char *find_status; int find_result; gboolean jump_to_find_result; @@ -143,9 +142,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;