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-private.h') diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h index b5831e4..1d09cb3 100644 --- a/shell/ev-view-private.h +++ b/shell/ev-view-private.h @@ -64,6 +64,7 @@ struct _EvView { char *status; char *find_status; int find_result; + gboolean jump_to_find_result; EvPageCache *page_cache; EvPixbufCache *pixbuf_cache; -- cgit v0.9.1