From 3c7a8efeadf4c7ced34a16249d0876b6d09a3dbb Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 13 Aug 2003 16:30:35 +0000 Subject: This needs to use camel_data_wrapper_decode_to_stream() rather than 2003-08-13 Jeffrey Stedfast * e-msg-composer-attachment-bar.c (update): This needs to use camel_data_wrapper_decode_to_stream() rather than write_to_stream(). Also simplify a bit - no sense looping to load the pixbuf data into the gdk-pixbuf loader 4K at a time when we have the whole thing in a memory buffer already. Once done, unref the stream instead of closing it so we don't leak. (attach_to_multipart): Use decode_to_stream(). * e-msg-composer-attachment.c (e_msg_composer_attachment_new): Avoid constructing thwe data-wrapper from the stream twice for message/rfc822 parts. svn path=/trunk/; revision=22213 --- composer/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'composer/ChangeLog') diff --git a/composer/ChangeLog b/composer/ChangeLog index 425bcfe462..6c183d7f46 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,17 @@ +2003-08-13 Jeffrey Stedfast + + * e-msg-composer-attachment-bar.c (update): This needs to use + camel_data_wrapper_decode_to_stream() rather than + write_to_stream(). Also simplify a bit - no sense looping to load + the pixbuf data into the gdk-pixbuf loader 4K at a time when we + have the whole thing in a memory buffer already. Once done, unref + the stream instead of closing it so we don't leak. + (attach_to_multipart): Use decode_to_stream(). + + * e-msg-composer-attachment.c (e_msg_composer_attachment_new): + Avoid constructing thwe data-wrapper from the stream twice for + message/rfc822 parts. + 2003-07-16 Jeffrey Stedfast * e-msg-composer-attachment-bar.c (attach_to_multipart): don't set -- cgit v1.2.3