Added comment explaining r4269
authorAlberto Garcia <agarcia@igalia.com>
Tue, 4 Mar 2008 09:54:01 +0000 (09:54 +0000)
committerAlberto Garcia <agarcia@igalia.com>
Tue, 4 Mar 2008 09:54:01 +0000 (09:54 +0000)
pmo-trunk-r4270

src/modest-ui-actions.c

index 6d48497..fc3aac0 100644 (file)
@@ -3300,6 +3300,7 @@ modest_ui_actions_on_password_requested (TnyAccountStore *account_store,
                        if (cancel)
                                *cancel   = FALSE;                      
                } else {
+                       /* Set parent to NULL or the banner will disappear with its parent dialog */
                        modest_platform_information_banner(NULL, NULL, _("mail_ib_login_cancelled"));
                        completed = TRUE;
                        if (username)