From 1f6b130d53d908d19d3e2b8df6372c68ed82d820 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Thu, 2 Aug 2007 20:52:41 +0000 Subject: [PATCH] * 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 --- src/maemo/modest-msg-view-window.c | 1 - 1 file changed, 1 deletion(-) 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; } -- 1.7.9.5