Fixes for bug #53530

2004-02-01  Bill Zhu <bill.zhu@sun.com>

        Fixes for bug #53530

        * em-utils.c (em_utils_redirect_message): Removed the duplicate
        adding of attachments

svn path=/trunk/; revision=24561
This commit is contained in:
Bill Zhu
2004-02-02 04:47:42 +00:00
committed by Michael Zucci
parent 0583a87a30
commit 8e738775ad
2 changed files with 7 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
2004-02-01 Bill Zhu <bill.zhu@sun.com>
Fixes for bug #53530
* em-utils.c (em_utils_redirect_message): Removed the duplicate
adding of attachments
2004-01-30 Jeffrey Stedfast <fejj@ximian.com>
Fixes for bug #53348
-2
View File
@@ -714,8 +714,6 @@ em_utils_redirect_message (CamelMimeMessage *message)
composer = redirect_get_composer (message);
wrapper = camel_medium_get_content_object (CAMEL_MEDIUM (message));
if (CAMEL_IS_MULTIPART (wrapper))
e_msg_composer_add_message_attachments (composer, message, FALSE);
gtk_widget_show (GTK_WIDGET (composer));
e_msg_composer_unset_changed (composer);