From bf2bb33593b6d532b64826d96e637b0616ca2cfe Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Tue, 4 Mar 2008 09:54:01 +0000 Subject: [PATCH] Added comment explaining r4269 pmo-trunk-r4270 --- src/modest-ui-actions.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index 6d48497..fc3aac0 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -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) -- 1.7.9.5