From 36dcf9a1a9496fda615fe8e10046eb914e1e82e9 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Fri, 22 May 2009 12:46:33 +0200 Subject: [PATCH] Gnome build fixes --- src/gnome/modest-msg-view-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 1.7.9.5