X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-account-store.c;h=9a610d02cae23f9a4acf8e0cff3bbdb0c4de13c3;hp=1d9edae0bc9e8b6c806fcc3f00318491ee842081;hb=f065ac27e44ca355d02b24513e6695812bcf546c;hpb=caf7e2109235d2240a99682baf252a8b02b0212e diff --git a/src/modest-tny-account-store.c b/src/modest-tny-account-store.c index 1d9edae..9a610d0 100644 --- a/src/modest-tny-account-store.c +++ b/src/modest-tny-account-store.c @@ -697,6 +697,7 @@ get_password (TnyAccount *account, const gchar * prompt_not_used, gboolean *canc if (settings_have_password) { if (pwd) { + g_debug ("%s: going to show the dialog. Attempt count is %d", __FUNCTION__, attempt->count); /* The password must be wrong, so show the account settings dialog so it can be corrected: */ show_wrong_password_dialog (account, TRUE);