diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-05-01 01:52:59 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-01 01:52:59 +0800 |
commit | 013a301b196c9516785690d31ae7cefb7e099988 (patch) | |
tree | aae4563cc98d60f94954122756b3172ba0f17908 /mail | |
parent | 4713ff66ff81a9da50324081d74a8edd6d402952 (diff) | |
download | gsoc2013-evolution-013a301b196c9516785690d31ae7cefb7e099988.tar.gz gsoc2013-evolution-013a301b196c9516785690d31ae7cefb7e099988.tar.zst gsoc2013-evolution-013a301b196c9516785690d31ae7cefb7e099988.zip |
Fix for bug #56645
2004-04-30 Jeffrey Stedfast <fejj@ximian.com>
Fix for bug #56645
svn path=/trunk/; revision=25719
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 823be6a2bd..99a2e604dc 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,7 @@ 2004-04-30 Jeffrey Stedfast <fejj@ximian.com> + Fix for bug #56645 + * em-folder-tree.c (tree_drag_motion): If the row the cursor is hovering over has children and is not expanded already, setup a timer to auto-expand it if the user hovers there long enough. |