From 3df2a75e721ef567b873e60f40b19ee9982e211b Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 22 Oct 2003 21:35:24 +0000 Subject: Removed, use em_utils_selection_get_uidlist() instead. (drop_uid_list): 2003-10-22 Jeffrey Stedfast * mail-component.c (parse_uid_list): Removed, use em_utils_selection_get_uidlist() instead. (drop_uid_list): Use em_utils_selection_get_uidlist() to parse the x-uid-list selection data and use mail_tool_uri_to_folder() directly since we have the uri (originally we expected the first component of the selection data to be the e-storage-set-view folder path rather than the uri). (folder_receive_drop_cb): Call gtk_drag_finish() here. * message-list.c: s/x-evolution-message/x-uid-list/ * em-utils.c: Same. svn path=/trunk/; revision=23004 --- mail/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index fe29a71caf..24ee52a6b0 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +2003-10-22 Jeffrey Stedfast + + * mail-component.c (parse_uid_list): Removed, use + em_utils_selection_get_uidlist() instead. + (drop_uid_list): Use em_utils_selection_get_uidlist() to parse the + x-uid-list selection data and use mail_tool_uri_to_folder() + directly since we have the uri (originally we expected the first + component of the selection data to be the e-storage-set-view + folder path rather than the uri). + (folder_receive_drop_cb): Call gtk_drag_finish() here. + + * message-list.c: s/x-evolution-message/x-uid-list/ + + * em-utils.c: Same. + 2003-10-22 Ettore Perazzoli * mail-component.c (impl_createControls): Use -- cgit v1.2.3