From c2d0fb9b196b8cc93b4467f8872eea10e7e8b8c5 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 28 Jan 2004 18:09:14 +0000 Subject: And thus completes the fixes for bug #52766. 2004-01-28 Jeffrey Stedfast 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 --- mail/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'mail/ChangeLog') 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 + + 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 ** See bug #53179 -- cgit v1.2.3