* cosmetics

This commit is contained in:
Dirk-Jan C. Binnema 2011-01-29 12:45:21 +02:00
parent 31b816a5d3
commit 3ea01df556
2 changed files with 3 additions and 3 deletions

View File

@ -767,8 +767,8 @@ get_body (MuMsg *msg, gboolean want_html)
"for message %s",
want_html ? "html" : "text",
mu_msg_get_path(msg));
return str;
return str;
}
const char*

View File

@ -306,7 +306,7 @@ static void
set_text (MuMsgBodyView *self, const char* txt)
{
g_return_if_fail (MU_IS_MSG_BODY_VIEW(self));
webkit_web_view_load_string (WEBKIT_WEB_VIEW(self),
txt ? txt : "",
"text/plain",