From 6ae65afc6c85e5221c0ab94b5d4d07828e7da1ff Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Wed, 14 Nov 2007 18:46:43 +0000 Subject: [PATCH] Don't show mail_ib_attachment_already_purged, as this string doesn't exist anymore pmo-trunk-r3735 --- src/modest-ui-actions.c | 5 +++-- src/modest-ui-dimming-rules.c | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index 0aa5d3e..a3f9522 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -4176,8 +4176,9 @@ open_msg_for_purge_cb (ModestMailOperation *mail_op, tny_msg_rewrite_cache (msg); } - } else { - modest_platform_information_banner (NULL, NULL, _("mail_ib_attachment_already_purged")); + /* } else { */ + /* This string no longer exists, refer to NB#75415 for more info */ + /* modest_platform_information_banner (NULL, NULL, _("mail_ib_attachment_already_purged")); */ } g_object_unref (iter); diff --git a/src/modest-ui-dimming-rules.c b/src/modest-ui-dimming-rules.c index 030c387..c8b12ea 100644 --- a/src/modest-ui-dimming-rules.c +++ b/src/modest-ui-dimming-rules.c @@ -2370,8 +2370,10 @@ _purged_attach_selected (ModestWindow *win, gboolean all, ModestDimmingRule *rul else result = (purged > 0); + /* This string no longer exists, refer to NB#75415 for more info if (result && (rule != NULL)) modest_dimming_rule_set_notification (rule, _("mail_ib_attachment_already_purged")); + */ return result; } -- 1.7.9.5