From f370b6f520d73165bf3a3b3fcfdab2380549b886 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Fri, 6 Jul 2007 13:33:04 +0000 Subject: [PATCH] Applied the patch sent for NB#59004. changes to en_GB.po and src/maemo/modest-msg-view-window.c pmo-trunk-r2609 --- po/en_GB.po | 4 ++++ src/maemo/modest-msg-view-window.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/po/en_GB.po b/po/en_GB.po index 8300749..f3ac36d 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -606,6 +606,10 @@ msgstr "Unable to copy item(s) to target folder" msgid "emev_nc_unabletomove_items" msgstr "Unable to move %d item(s)" +# MSG-NOT59004, Saving +msgid "mail_ib_saving_mime_part" +msgstr "Saving" + # MSG-NOT317 msgid "mcen_ib_removing_attachment" msgstr "Removing attachment…" diff --git a/src/maemo/modest-msg-view-window.c b/src/maemo/modest-msg-view-window.c index 8b833cc..b8ff9aa 100644 --- a/src/maemo/modest-msg-view-window.c +++ b/src/maemo/modest-msg-view-window.c @@ -1705,7 +1705,8 @@ save_mime_part_to_file (const gchar *filename, TnyMimePart *mime_part) GnomeVFSResult result; GnomeVFSHandle *handle; TnyStream *stream; - + + hildon_banner_show_information (NULL, NULL, _("mail_ib_saving_mime_part")); result = gnome_vfs_create (&handle, filename, GNOME_VFS_OPEN_WRITE, FALSE, 0777); if (result != GNOME_VFS_OK) { hildon_banner_show_information (NULL, NULL, _("mail_ib_file_operation_failed")); -- 1.7.9.5