From: Jose Dapena Paz Date: Fri, 22 May 2009 10:46:33 +0000 (+0200) Subject: Gnome build fixes X-Git-Tag: 3.0.17-rc7~1 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=36dcf9a1a9496fda615fe8e10046eb914e1e82e9;ds=sidebyside Gnome build fixes --- diff --git a/src/gnome/modest-msg-view-window.c b/src/gnome/modest-msg-view-window.c index 3f4cfec..cd45fb1 100644 --- a/src/gnome/modest-msg-view-window.c +++ b/src/gnome/modest-msg-view-window.c @@ -373,7 +373,7 @@ modest_msg_view_window_new_for_attachment (TnyMsg *msg, const gchar *msg_uid) { - return modest_msg_view_new_with_other_body (msg, NULL, modest_account_name, mailbox, msg_uid); + return modest_msg_view_window_new_with_other_body (msg, NULL, modest_account_name, mailbox, msg_uid); }