# HG changeset patch # User Mark Doliner # Date 1162573903 0 # Node ID 6e17975cd3e0eab86c794395463014de940756ca # Parent ea920bd4a00b5fc6c5819be02cbfbd9d657618ed [gaim-migrate @ 17662] If an oscar account is unable to connect because the password is wrong, then set the password to the empty string. This might help address bug 1414151, "Too many steps to be able to re-enter a password." How do people feel about this? We could probably do it for MSN, too. Also, beta 5 on Sunday? committer: Tailor Script diff -r ea920bd4a00b -r 6e17975cd3e0 libgaim/protocols/oscar/oscar.c --- a/libgaim/protocols/oscar/oscar.c Fri Nov 03 04:41:50 2006 +0000 +++ b/libgaim/protocols/oscar/oscar.c Fri Nov 03 17:11:43 2006 +0000 @@ -1282,8 +1282,9 @@ gaim_connection_error(gc, _("Invalid screen name.")); break; case 0x05: - /* Incorrect nick/password */ + /* Incorrect password */ gc->wants_to_die = TRUE; + gaim_account_set_password(account, NULL); gaim_connection_error(gc, _("Incorrect password.")); break; case 0x11: