diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-01-29 02:09:14 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-01-29 02:09:14 +0800 |
commit | c2d0fb9b196b8cc93b4467f8872eea10e7e8b8c5 (patch) | |
tree | d7415cc3dbc628ed8f23f4431bdcfabcb99c2749 /mail/ChangeLog | |
parent | cd0f54e5465d95dfee6f4fb64d47a97301997dfe (diff) | |
download | gsoc2013-evolution-c2d0fb9b196b8cc93b4467f8872eea10e7e8b8c5.tar.gz gsoc2013-evolution-c2d0fb9b196b8cc93b4467f8872eea10e7e8b8c5.tar.zst gsoc2013-evolution-c2d0fb9b196b8cc93b4467f8872eea10e7e8b8c5.zip |
And thus completes the fixes for bug #52766.
2004-01-28 Jeffrey Stedfast <fejj@ximian.com>
And thus completes the fixes for bug #52766.
* em-folder-tree.c (tree_drag_drop): Don't call
gtk_drag_get_data() manually here or we end up getting 2
drag-data-received callbacks which is Not Good (tm).
* em-folder-tree-model.c (drop_folder): Now takes a moved argument
to specify whether or not the contents were moved (the move
argument is just a hint).
(drop_uid_list): Same.
(em_folder_tree_model_drag_data_received): Updated for the above
api changes.
svn path=/trunk/; revision=24497
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 6831f3b639..fd69f26c8a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +2004-01-28 Jeffrey Stedfast <fejj@ximian.com> + + And thus completes the fixes for bug #52766. + + * em-folder-tree.c (tree_drag_drop): Don't call + gtk_drag_get_data() manually here or we end up getting 2 + drag-data-received callbacks which is Not Good (tm). + + * em-folder-tree-model.c (drop_folder): Now takes a moved argument + to specify whether or not the contents were moved (the move + argument is just a hint). + (drop_uid_list): Same. + (em_folder_tree_model_drag_data_received): Updated for the above + api changes. + 2004-01-28 Not Zed <NotZed@Ximian.com> ** See bug #53179 |