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:
authorJustin Blanchard <justinb04@aim.com>2007-08-27 21:36:20 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-08-27 21:36:20 (GMT)
commit39c51b63804387f5f7c0f3fce193da9eb9998774 (patch)
treec329fe198913ed35a624e69f816bb21762f18b25 /shell/ev-view-private.h
parent3353ab8a090233f5e0b9f316fc35c9e48d58aed0 (diff)
Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2007-08-28 Justin Blanchard <justinb04@aim.com> * shell/ev-view-private.h: * shell/ev-view.c: (ev_view_expose_event), (ev_view_init), (ev_view_set_highlight_search): * shell/ev-view.h: * shell/ev-window.c: (ev_window_cmd_edit_find_next), (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb), (find_bar_visibility_changed_cb): Enables 'find next' when bindbar is hidden. Fixes bug #323817. svn path=/trunk/; revision=2645
Diffstat (limited to 'shell/ev-view-private.h')
-rw-r--r--shell/ev-view-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h
index feed78a..d1edfa6 100644
--- a/shell/ev-view-private.h
+++ b/shell/ev-view-private.h
@@ -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;