From d9bf0c403f9783c14dff05b4046d9aa57ee76a3d Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Mon, 3 Mar 2008 09:05:17 +0000 Subject: [PATCH] * src/modest-tny-account-store.c: * Now we show the username/password error information banner without parent, to show it on top of the password dialog (fixes NB#80991). pmo-trunk-r4262 --- src/modest-tny-account-store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modest-tny-account-store.c b/src/modest-tny-account-store.c index ab4091b..ac14b62 100644 --- a/src/modest-tny-account-store.c +++ b/src/modest-tny-account-store.c @@ -514,7 +514,7 @@ show_password_warning_only () /* Show an explanatory temporary banner: */ if (main_window) - modest_platform_information_banner (GTK_WIDGET(main_window), NULL, + modest_platform_information_banner (NULL, NULL, _("mcen_ib_username_pw_incorrect")); else g_warning ("%s: %s", __FUNCTION__, _("mcen_ib_username_pw_incorrect")); -- 1.7.9.5