From: Jose Dapena Paz Date: Thu, 2 Aug 2007 20:52:41 +0000 (+0000) Subject: * src/maemo/modest-msg-view-window.c: X-Git-Tag: git_migration_finished~2643 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=1f6b130d53d908d19d3e2b8df6372c68ed82d820 * src/maemo/modest-msg-view-window.c: * Now we don't show an information banner on trying to view a purged attachment (fixes NB#63498). pmo-trunk-r2916 --- diff --git a/src/maemo/modest-msg-view-window.c b/src/maemo/modest-msg-view-window.c index 14deee8..45cc3f7 100644 --- a/src/maemo/modest-msg-view-window.c +++ b/src/maemo/modest-msg-view-window.c @@ -1768,7 +1768,6 @@ modest_msg_view_window_view_attachment (ModestMsgViewWindow *window, TnyMimePart if (tny_mime_part_is_purged (mime_part)) { g_object_unref (mime_part); - hildon_banner_show_information (NULL, NULL, _("mail_ib_attach_not_local")); return; }