From 43f12175ba221f7c241f0c9cde323c23b8db53e8 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Fri, 24 Feb 2006 18:52:02 +0000 Subject: Dont't jump to find result if window was scrolled during search. Fix for * shell/ev-view-private.h: * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event), (ev_view_init), (find_changed_cb), (ev_view_find_previous), (ev_view_search_changed): * shell/ev-view.h: * shell/ev-window.c: (find_bar_search_changed_cb): Dont't jump to find result if window was scrolled during search. Fix for the bug #313266. --- (limited to 'shell/ev-view.h') diff --git a/shell/ev-view.h b/shell/ev-view.h index 90f5031..dc00ff3 100644 --- a/shell/ev-view.h +++ b/shell/ev-view.h @@ -122,6 +122,7 @@ int ev_view_get_rotation (EvView *view); gboolean ev_view_can_find_next (EvView *view); void ev_view_find_next (EvView *view); void ev_view_find_previous (EvView *view); +void ev_view_search_changed (EvView *view); /* Status */ const char *ev_view_get_status (EvView *view); -- cgit v0.9.1