* src/modest-tny-account-store.c:
authorJose Dapena Paz <jdapena@igalia.com>
Mon, 3 Mar 2008 09:05:17 +0000 (09:05 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Mon, 3 Mar 2008 09:05:17 +0000 (09:05 +0000)
* 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

index ab4091b..ac14b62 100644 (file)
@@ -514,7 +514,7 @@ show_password_warning_only ()
        
        /* Show an explanatory temporary banner: */
        if (main_window) 
        
        /* 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"));
                                                    _("mcen_ib_username_pw_incorrect"));
        else
                g_warning ("%s: %s", __FUNCTION__, _("mcen_ib_username_pw_incorrect"));