Don't show mail_ib_attachment_already_purged, as this string
authorAlberto Garcia <agarcia@igalia.com>
Wed, 14 Nov 2007 18:46:43 +0000 (18:46 +0000)
committerAlberto Garcia <agarcia@igalia.com>
Wed, 14 Nov 2007 18:46:43 +0000 (18:46 +0000)
doesn't exist anymore

pmo-trunk-r3735

src/modest-ui-actions.c
src/modest-ui-dimming-rules.c

index 0aa5d3e..a3f9522 100644 (file)
@@ -4176,8 +4176,9 @@ open_msg_for_purge_cb (ModestMailOperation *mail_op,
                        
                        tny_msg_rewrite_cache (msg);
                }
                        
                        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);
 
        }
        g_object_unref (iter);
 
index 030c387..c8b12ea 100644 (file)
@@ -2370,8 +2370,10 @@ _purged_attach_selected (ModestWindow *win, gboolean all, ModestDimmingRule *rul
        else
                result = (purged > 0);
 
        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"));
        if (result && (rule != NULL))
                modest_dimming_rule_set_notification (rule, _("mail_ib_attachment_already_purged"));
+       */
 
        return result;
 }
 
        return result;
 }