diff options
author | Dan Winship <danw@src.gnome.org> | 2000-04-26 22:40:05 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-04-26 22:40:05 +0800 |
commit | ec4ad73a58ea138bdcb5e67bccfb3495685f9354 (patch) | |
tree | 982dc574f85241ae8aaa30539f75d7fcd515f62d /composer/e-msg-composer-attachment-bar.c | |
parent | 599e13f9a194a9d52aefdafb96f6347196c58768 (diff) | |
download | gsoc2013-evolution-ec4ad73a58ea138bdcb5e67bccfb3495685f9354.tar.gz gsoc2013-evolution-ec4ad73a58ea138bdcb5e67bccfb3495685f9354.tar.zst gsoc2013-evolution-ec4ad73a58ea138bdcb5e67bccfb3495685f9354.zip |
add a s/SIMPLE_// that notzed missed remove a now-unused variable
* e-msg-composer-attachment-bar.c (attach_to_multipart): add a
s/SIMPLE_// that notzed missed
* e-msg-composer.c (build_message): remove a now-unused variable
svn path=/trunk/; revision=2630
Diffstat (limited to 'composer/e-msg-composer-attachment-bar.c')
-rw-r--r-- | composer/e-msg-composer-attachment-bar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer/e-msg-composer-attachment-bar.c b/composer/e-msg-composer-attachment-bar.c index c37c9558a0..83c9088d07 100644 --- a/composer/e-msg-composer-attachment-bar.c +++ b/composer/e-msg-composer-attachment-bar.c @@ -619,7 +619,7 @@ attach_to_multipart (CamelMultipart *multipart, camel_mime_part_set_content_type (CAMEL_MIME_PART (part), attachment->mime_type); - content = CAMEL_DATA_WRAPPER (gtk_object_new (CAMEL_SIMPLE_DATA_WRAPPER_TYPE, + content = CAMEL_DATA_WRAPPER (gtk_object_new (CAMEL_DATA_WRAPPER_TYPE, NULL)); camel_data_wrapper_set_mime_type (content, attachment->mime_type); stream = camel_stream_fs_new_with_name (attachment->file_name, O_RDONLY, 0); |