From 65fc8ed56ee130a477f165dd82e34459d5066e69 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Tue, 18 Mar 2008 19:51:17 +0000 Subject: Cancel the find operation when the find bar is closed. Fixes bug #508845. 2008-03-18 Carlos Garcia Campos * 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 --- (limited to 'shell/ev-view.h') 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); -- cgit v0.9.1