~ubuntu-branches/ubuntu/trusty/evince/trusty-proposed

« back to all changes in this revision

Viewing changes to shell/ev-view-accessible.c

Tags: upstream-0.5.1
ImportĀ upstreamĀ versionĀ 0.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
371
371
        EvViewAccessiblePriv* priv = ev_view_accessible_get_priv (ATK_OBJECT (data));
372
372
        
373
373
        ev_view_scroll (EV_VIEW (GTK_ACCESSIBLE (data)->widget), 
374
 
                        priv->idle_scroll);
 
374
                        priv->idle_scroll,
 
375
                        FALSE);
375
376
        priv->action_idle_handler = 0;
376
377
        return FALSE;
377
378
}