From 0e39518ba7b473c1524e47a0b2618b503e116326 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 12 Aug 2002 21:00:58 +0000 Subject: Set the file-selection window icon. Fixes the mailer part of bug #7368. 2002-08-12 Jeffrey Stedfast * e-msg-composer-select-file.c (create_file_selection): Set the file-selection window icon. Fixes the mailer part of bug #7368. * e-msg-composer-attachment.c (e_msg_composer_attachment_new): Don't call new_from_mime_part() since that function now does some copying of the mime part rather than simply reffing it. (e_msg_composer_attachment_new_from_mime_part): Make a copy of the MIME part so that if the message that this part belongs to gets deleted from the the remote store, the composer will still have a copy of it. Fixes bug #20308. svn path=/trunk/; revision=17763 --- composer/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'composer/ChangeLog') diff --git a/composer/ChangeLog b/composer/ChangeLog index 89f7470b67..930dc464cf 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,5 +1,8 @@ 2002-08-12 Jeffrey Stedfast + * e-msg-composer-select-file.c (create_file_selection): Set the + file-selection window icon. Fixes the mailer part of bug #7368. + * e-msg-composer-attachment.c (e_msg_composer_attachment_new): Don't call new_from_mime_part() since that function now does some copying of the mime part rather than simply reffing it. -- cgit