From a8b13bc0443aa150a3c007ea5e6bc48cc8ebbc51 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 2 Jan 2001 19:34:03 +0000 Subject: Use header_content_type_simple, not header_content_type_format. * e-msg-composer-attachment.c (e_msg_composer_attachment_edit): * e-msg-composer-attachment-bar.c (update): Use header_content_type_simple, not header_content_type_format. svn path=/trunk/; revision=7215 --- composer/e-msg-composer-attachment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer/e-msg-composer-attachment.c') diff --git a/composer/e-msg-composer-attachment.c b/composer/e-msg-composer-attachment.c index 56a54877ce..75df63d2bd 100644 --- a/composer/e-msg-composer-attachment.c +++ b/composer/e-msg-composer-attachment.c @@ -399,7 +399,7 @@ e_msg_composer_attachment_edit (EMsgComposerAttachment *attachment, set_entry (editor_gui, "description_entry", camel_mime_part_get_description (attachment->body)); content_type = camel_mime_part_get_content_type (attachment->body); - type = header_content_type_format (content_type); + type = header_content_type_simple (content_type); set_entry (editor_gui, "mime_type_entry", type); g_free (type); } -- cgit v1.2.3