From: Jose Dapena Paz Date: Mon, 3 Mar 2008 09:05:17 +0000 (+0000) Subject: * src/modest-tny-account-store.c: X-Git-Tag: git_migration_finished~1600 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=d9bf0c403f9783c14dff05b4046d9aa57ee76a3d * 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 --- 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"));