Fixes NB#138261, settings dialog not shown when the password is incorrect
authorSergio Villar Senin <svillar@igalia.com>
Thu, 10 Sep 2009 10:06:22 +0000 (12:06 +0200)
committerSergio Villar Senin <svillar@igalia.com>
Fri, 11 Sep 2009 08:21:05 +0000 (10:21 +0200)
src/modest-tny-account-store.c

index f2c597c..a5a33d6 100644 (file)
@@ -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) {