Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view-accessible.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-view-accessible.c')
-rw-r--r--shell/ev-view-accessible.c3
1 files changed, 2 insertions, 1 deletions
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;
}