From: Jose Dapena Paz Date: Fri, 22 May 2009 09:27:47 +0000 (+0200) Subject: Diablo fixes X-Git-Tag: 3.0.17-rc7~3 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=fbf4774e354d0e1a248055c995d6c990ff6cfc83 Diablo fixes --- diff --git a/src/maemo/modest-msg-view-window.c b/src/maemo/modest-msg-view-window.c index ebaad0c..98fc8c3 100644 --- a/src/maemo/modest-msg-view-window.c +++ b/src/maemo/modest-msg-view-window.c @@ -1085,7 +1085,7 @@ modest_msg_view_window_is_other_body (ModestMsgViewWindow *self) ModestWindow * modest_msg_view_window_new_with_other_body (TnyMsg *msg, - TnyMimePart *part, + TnyMimePart *other_body, const gchar *modest_account_name, const gchar *mailbox, /* ignored */ const gchar *msg_uid) @@ -1103,7 +1103,7 @@ modest_msg_view_window_new_with_other_body (TnyMsg *msg, if (other_body) { priv->other_body = g_object_ref (other_body); - modest_msg_view_set_msg_with_other_body (TNY_MSG_VIEW (priv->msg_view), msg, other_body); + modest_msg_view_set_msg_with_other_body (MODEST_MSG_VIEW (priv->msg_view), msg, other_body); } else { tny_msg_view_set_msg (TNY_MSG_VIEW (priv->msg_view), msg); }