X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-text-utils.c;h=4203b03fd4688e9816bca3a41d4b3c9cc1407102;hp=614db37bf760e6b9f699d53b5fd6be3b23674aa1;hb=8b29e39e9d8eca23c2e08ba43232a7c6785d6f72;hpb=d1db55141f6b645c376ddda0c9f3aef773708670 diff --git a/src/modest-text-utils.c b/src/modest-text-utils.c index 614db37..4203b03 100644 --- a/src/modest-text-utils.c +++ b/src/modest-text-utils.c @@ -1016,7 +1016,7 @@ modest_text_utils_quote_html (const gchar *text, } quote_html_add_to_gstring (result_string, cite); quoted_text = g_string_new (""); - quoted_text = modest_text_utils_quote_body (quoted_text, text, ">", limit); + quoted_text = modest_text_utils_quote_body (quoted_text, (text) ? text : "", ">", limit); quote_html_add_to_gstring (result_string, quoted_text->str); g_string_free (quoted_text, TRUE); if (attachments) {