From 92603d06e3606238f25df947fed3666c5814440d Mon Sep 17 00:00:00 2001 From: Stanislav Slusny Date: Mon, 20 Feb 2006 23:49:38 +0000 Subject: Fix for the bug 319133 - Find entry should allow text scroll. 2006-02-21 Stanislav Slusny * shell/eggfindbar.c: (egg_find_bar_class_init): * shell/eggfindbar.h: * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action): * shell/ev-view-private.h: * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll), (ev_view_class_init), (ev_sizing_mode_get_type), (ev_scroll_type_get_type): * shell/ev-view.h: * shell/ev-window.c: (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward), (find_bar_scroll), (ev_window_init): Fix for the bug 319133 - Find entry should allow text scroll. --- (limited to 'shell/ev-view-accessible.c') diff --git a/shell/ev-view-accessible.c b/shell/ev-view-accessible.c index e53ba35..3d64bfc 100644 --- a/shell/ev-view-accessible.c +++ b/shell/ev-view-accessible.c @@ -371,7 +371,8 @@ ev_view_accessible_idle_do_action (gpointer data) EvViewAccessiblePriv* priv = ev_view_accessible_get_priv (ATK_OBJECT (data)); ev_view_scroll (EV_VIEW (GTK_ACCESSIBLE (data)->widget), - priv->idle_scroll); + priv->idle_scroll, + FALSE); priv->action_idle_handler = 0; return FALSE; } -- cgit v0.9.1