Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-03-18 19:51:17 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-03-18 19:51:17 (GMT)
commit65fc8ed56ee130a477f165dd82e34459d5066e69 (patch)
treee998ca1c8d334a68ec2ebb3cb73f84b0c676d598 /shell/ev-view.h
parentb1574f4aa040572b9f3db866ff9dd8b9ef5efe2a (diff)
Cancel the find operation when the find bar is closed. Fixes bug #508845.
2008-03-18 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.[ch]: (ev_view_find_cancel): * shell/ev-window.c: (find_bar_close_cb): Cancel the find operation when the find bar is closed. Fixes bug #508845. svn path=/trunk/; revision=2971
Diffstat (limited to 'shell/ev-view.h')
-rw-r--r--shell/ev-view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index d6dd40e..dd8d1df 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -124,6 +124,8 @@ void ev_view_find_previous (EvView *view);
void ev_view_search_changed (EvView *view);
void ev_view_set_highlight_search (EvView *view,
gboolean value);
+void ev_view_find_cancel (EvView *view);
+
/* Status */
const char *ev_view_get_status (EvView *view);
const char *ev_view_get_find_status (EvView *view);