* Added a missing error handling code
authorSergio Villar Senin <svillar@igalia.com>
Wed, 30 Jan 2008 08:56:42 +0000 (08:56 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Wed, 30 Jan 2008 08:56:42 +0000 (08:56 +0000)
pmo-trunk-r4107

src/modest-ui-actions.c

index 5355be5..0a08812 100644 (file)
@@ -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"));
                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)
        }
 
        if (win)