diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-03-20 07:07:16 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-03-20 07:07:16 +0800 |
commit | cce45ea42e294b90a1a5f8ac0a11f32872491d48 (patch) | |
tree | 765aded9bd01aba8e40807fdd126a0992e68b7df /mail/ChangeLog | |
parent | cbf19122aa77b1b420837cea065b299b73f9934a (diff) | |
download | gsoc2013-evolution-cce45ea42e294b90a1a5f8ac0a11f32872491d48.tar gsoc2013-evolution-cce45ea42e294b90a1a5f8ac0a11f32872491d48.tar.gz gsoc2013-evolution-cce45ea42e294b90a1a5f8ac0a11f32872491d48.tar.bz2 gsoc2013-evolution-cce45ea42e294b90a1a5f8ac0a11f32872491d48.tar.lz gsoc2013-evolution-cce45ea42e294b90a1a5f8ac0a11f32872491d48.tar.xz gsoc2013-evolution-cce45ea42e294b90a1a5f8ac0a11f32872491d48.tar.zst gsoc2013-evolution-cce45ea42e294b90a1a5f8ac0a11f32872491d48.zip |
Fixes bug #54800.
2004-03-19 Jeffrey Stedfast <fejj@ximian.com>
Fixes bug #54800.
* em-folder-tree.c (tree_drag_drop): Remove the autoscroll
timeout.
(tree_drag_leave): Remove the autoscroll timeout.
(tree_autoscroll): New autoscroll timeout callback - automagically
scrolls the treeview if appropriate.
(tree_drag_motion): Setup the autoscroll timeout.
svn path=/trunk/; revision=25134
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 6f2b9d7275..faea109439 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2004-03-19 Jeffrey Stedfast <fejj@ximian.com> + + Fixes bug #54800. + + * em-folder-tree.c (tree_drag_drop): Remove the autoscroll + timeout. + (tree_drag_leave): Remove the autoscroll timeout. + (tree_autoscroll): New autoscroll timeout callback - automagically + scrolls the treeview if appropriate. + (tree_drag_motion): Setup the autoscroll timeout. + 2004-03-19 Not Zed <NotZed@Ximian.com> * mail-component.c (mail_component_remove_store): ref the store |