From a09cef605f4fc1bfbfbb4d23d32106f710debc95 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 26 Aug 2003 18:17:59 +0000 Subject: temporarily reverting camel namespace changes until after other branches have been merged svn path=/trunk/; revision=22374 --- composer/e-msg-composer-attachment.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 5942b51340..fb7fe46073 100644 --- a/composer/e-msg-composer-attachment.c +++ b/composer/e-msg-composer-attachment.c @@ -220,7 +220,7 @@ e_msg_composer_attachment_new (const char *file_name, workaround, don't set a Content-Id on these parts. Fixes bug #10032 */ /* set the Content-Id */ - content_id = camel_header_msgid_generate (); + content_id = header_msgid_generate (); camel_mime_part_set_content_id (part, content_id); g_free (content_id); #endif @@ -430,7 +430,7 @@ e_msg_composer_attachment_edit (EMsgComposerAttachment *attachment, GtkWidget *p set_entry (editor_gui, "description_entry", camel_mime_part_get_description (attachment->body)); content_type = camel_mime_part_get_content_type (attachment->body); - type = camel_content_type_simple (content_type); + type = header_content_type_simple (content_type); set_entry (editor_gui, "mime_type_entry", type); g_free (type); -- cgit v1.2.3