If no disk available, information banner is shown even if no window visible
authorJose Dapena Paz <jdapena@igalia.com>
Sun, 31 May 2009 19:50:55 +0000 (21:50 +0200)
committerJose Dapena Paz <jdapena@igalia.com>
Sun, 31 May 2009 19:53:43 +0000 (21:53 +0200)
(fixes NB#119631).

src/modest-ui-actions.c

index bbb44a7..f6ae111 100644 (file)
@@ -855,7 +855,7 @@ modest_ui_actions_compose_msg(ModestWindow *win,
        if (available_disk < MIN_FREE_SPACE ||
            expected_size > available_disk) {
                gchar *msg = g_strdup_printf (_KR("cerm_device_memory_full"), "");
-               modest_platform_information_banner (NULL, NULL, msg);
+               modest_platform_system_banner (NULL, NULL, msg);
                g_free (msg);
 
                return;