X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-msg-view-window.c;h=91dfcc46d2e8408fc2e707a2cd0d20e43313ebc6;hb=550763efdaa55c168a23a98ec6e47e17dac03bea;hp=abaafcde3cce0febfc6408765944896490394fa1;hpb=5279e246f0b12b3414b290cd09a06dd5c0904a47;p=modest diff --git a/src/widgets/modest-msg-view-window.c b/src/widgets/modest-msg-view-window.c index abaafcd..91dfcc4 100644 --- a/src/widgets/modest-msg-view-window.c +++ b/src/widgets/modest-msg-view-window.c @@ -2775,7 +2775,7 @@ on_decode_to_stream_async_handler (TnyMimePart *mime_part, account = modest_account_mgr_get_default_account (modest_runtime_get_account_mgr ()); msg = tny_camel_msg_new (); - tny_camel_msg_parse (msg, file_stream); + tny_camel_msg_parse ((TnyCamelMsg *) msg, file_stream); if (priv->top_msg) top_msg = g_object_ref (priv->top_msg);