From 4f568be666ccea0e9f3a3b7dd4f230d516448d52 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Wed, 30 Jan 2008 08:56:42 +0000 Subject: [PATCH] * Added a missing error handling code pmo-trunk-r4107 --- src/modest-ui-actions.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index 5355be5..0a08812 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -1011,6 +1011,9 @@ modest_ui_actions_get_msgs_full_error_handler (ModestMailOperation *mail_op, modest_platform_information_banner ((GtkWidget *) win, NULL, dgettext("ke-recv", "cerm_device_memory_full")); + } else if (user_data) { + modest_platform_information_banner ((GtkWidget *) win, + NULL, user_data); } if (win) -- 1.7.9.5