From a436540603471c600727014c8b15b5f9beeb3910 Mon Sep 17 00:00:00 2001 From: Bertrand Guiheneuf Date: Wed, 2 Feb 2000 09:27:36 +0000 Subject: *** empty log message *** svn path=/trunk/; revision=1661 --- camel/camel-formatter.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'camel/camel-formatter.c') diff --git a/camel/camel-formatter.c b/camel/camel-formatter.c index 0a26bd163f..737a3b78c6 100644 --- a/camel/camel-formatter.c +++ b/camel/camel-formatter.c @@ -478,11 +478,11 @@ handle_mime_message (CamelFormatter *formatter, /* - * multipart-related helper function -- + * multipart-alternative helper function -- * returns NULL if no text/html or text/plan msg is found */ static CamelMimePart* -find_preferred_displayable_body_part_in_multipart_alternate ( +find_preferred_displayable_body_part_in_multipart_alternative ( CamelMultipart* multipart) { int i, max_multiparts; @@ -686,7 +686,7 @@ mime_part_to_html (CamelFormatter* formatter, CamelMimePart* part, * convert to html (if any) */ if (strcase_equal (mime_type_whole, "multipart/alternate")) { mime_part = - find_preferred_displayable_body_part_in_multipart_related ( + find_preferred_displayable_body_part_in_multipart_alternative ( CAMEL_MULTIPART(message_contents)); } -- cgit v1.2.3