X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fhildon2%2Fmodest-msg-view-window.c;h=280a3fff2749c1ebb9eaf410c5431c0196536334;hp=49598d3c225c0e2e67bca6cda20a70690ed95d54;hb=eb46b1a39b2c65cfeaa37e5100ab4164098d8728;hpb=71b5ef7609550410f7e0ffeb1e8471fcdf9af511 diff --git a/src/hildon2/modest-msg-view-window.c b/src/hildon2/modest-msg-view-window.c index 49598d3..280a3ff 100644 --- a/src/hildon2/modest-msg-view-window.c +++ b/src/hildon2/modest-msg-view-window.c @@ -2427,15 +2427,8 @@ on_decode_to_stream_async_handler (TnyMimePart *mime_part, if (cancelled || err) { if (err) { - if ((err->domain == TNY_ERROR_DOMAIN) && - (err->code == TNY_IO_ERROR_WRITE) && - (errno == ENOSPC)) { - modest_platform_information_banner (NULL, NULL, - _KR("cerm_device_memory_full")); - } else { - modest_platform_information_banner (NULL, NULL, - _("mail_ib_file_operation_failed")); - } + modest_platform_information_banner (NULL, NULL, + _KR("cerm_device_memory_full")); } goto free; }