From cf3cb0c83e928b217a027d13d9a4206882cceb5d Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Thu, 25 May 2006 05:10:40 +0000 Subject: Committed fix for bug #342092 svn path=/trunk/; revision=32021 --- mail/ChangeLog | 7 +++++++ mail/em-popup.c | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 5725fa6901..53ec958e50 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2006-05-25 Srinivasa Ragavan + + ** fixes bug #342092 + + * em-popup.c: (emp_standard_menu_factory): Read the mime + from the right file. + 2006-05-25 Srinivasa Ragavan Added support for collapsible headers for To/Cc/Bcc fields. diff --git a/mail/em-popup.c b/mail/em-popup.c index eaa73e045d..5d9a898237 100644 --- a/mail/em-popup.c +++ b/mail/em-popup.c @@ -707,7 +707,7 @@ emp_standard_menu_factory(EPopup *emp, void *data) break; } case EM_POPUP_TARGET_PART: { EMPopupTargetPart *t = (EMPopupTargetPart *)emp->target; - mime_type = g_strdup(t->mime_type); + mime_type = camel_data_wrapper_get_mime_type((CamelDataWrapper *)t->part); filename = camel_mime_part_get_filename(t->part); items = emp_standard_object_popups; @@ -736,7 +736,7 @@ emp_standard_menu_factory(EPopup *emp, void *data) items = NULL; len = 0; } - + if (mime_type) { apps = gnome_vfs_mime_get_all_applications(mime_type); -- cgit v1.2.3