Gnome build fixes
authorJose Dapena Paz <jdapena@igalia.com>
Fri, 22 May 2009 10:46:33 +0000 (12:46 +0200)
committerJose Dapena Paz <jdapena@igalia.com>
Fri, 22 May 2009 10:48:44 +0000 (12:48 +0200)
src/gnome/modest-msg-view-window.c

index 3f4cfec..cd45fb1 100644 (file)
@@ -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);
 
 }