Wed, 04 Mar 2009 06:33:39 +0000
disapproval of revision '0a73ef6da93e81b29a69e1fc4b854bb277f8e3c3'
khc points out that this isn't necessarily the best idea. Refs #183.
| ChangeLog | file | annotate | diff | comparison | revisions | |
| pidgin/gtkconn.c | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Tue Mar 03 05:54:21 2009 +0000 +++ b/ChangeLog Wed Mar 04 06:33:39 2009 +0000 @@ -18,9 +18,6 @@ * Pressing the Enter key in the message entry box of the New Status dialog and various other dialogs now causes the cursor to move to the next line. - * Authentication failures now clear the account password, causing Pidgin - to prompt for the password when clicking the "Re-enable" button on the - minidialog. version 2.5.5 (03/01/2009): libpurple:
--- 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. */