diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-02-02 17:27:36 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-02-02 17:27:36 +0800 |
commit | a436540603471c600727014c8b15b5f9beeb3910 (patch) | |
tree | af04daff5287546688e96893f8cfc7a7df8a2094 /camel | |
parent | 0715f576a87349732786f1a2a76c35ac7ceff9ff (diff) | |
download | gsoc2013-evolution-a436540603471c600727014c8b15b5f9beeb3910.tar gsoc2013-evolution-a436540603471c600727014c8b15b5f9beeb3910.tar.gz gsoc2013-evolution-a436540603471c600727014c8b15b5f9beeb3910.tar.bz2 gsoc2013-evolution-a436540603471c600727014c8b15b5f9beeb3910.tar.lz gsoc2013-evolution-a436540603471c600727014c8b15b5f9beeb3910.tar.xz gsoc2013-evolution-a436540603471c600727014c8b15b5f9beeb3910.tar.zst gsoc2013-evolution-a436540603471c600727014c8b15b5f9beeb3910.zip |
*** empty log message ***
svn path=/trunk/; revision=1661
Diffstat (limited to 'camel')
-rw-r--r-- | camel/camel-formatter.c | 6 |
1 files changed, 3 insertions, 3 deletions
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)); } |