From b3519aba2993cb110980a68ec408bc0dd7318269 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Thu, 10 Sep 2009 12:06:22 +0200 Subject: [PATCH] Fixes NB#138261, settings dialog not shown when the password is incorrect --- 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 f2c597c..a5a33d6 100644 --- a/src/modest-tny-account-store.c +++ b/src/modest-tny-account-store.c @@ -587,7 +587,7 @@ get_password (TnyAccount *account, const gchar * prompt_not_used, gboolean *canc already_asked = priv->password_hash && g_hash_table_lookup_extended (priv->password_hash, server_account_name, NULL, - &attempt_ptr); + attempt_ptr); /* If the password is not already there, try ModestConf */ if (!already_asked) { -- 1.7.9.5