pidgin/gtkconn.c

changeset 26062
4de831b8cdcb
parent 26053
0a73ef6da93e
child 28716
97be946ff188
child 34021
25c14927f826
--- a/pidgin/gtkconn.c	Tue Mar 03 05:54:21 2009 +0000
+++ b/pidgin/gtkconn.c	Wed Mar 04 06:33:39 2009 +0000
@@ -163,11 +163,6 @@
 			g_hash_table_remove(auto_reconns, account);
 
 		purple_account_set_enabled(account, PIDGIN_UI, FALSE);
-
-		/* clear the saved password if this is an authentication failure */
-		if(reason == PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED)
-			purple_account_set_password(account, NULL);
-			
 	}
 
 	/* If we have any open chats, we probably want to rejoin when we get back online. */

mercurial