pidgin: e2fb4cc3: disapproval of revision '219b3128f3d96b1...

darkrain42 at pidgin.im darkrain42 at pidgin.im
Sun Dec 6 14:30:37 EST 2009


-----------------------------------------------------------------
Revision: e2fb4cc366c55b86f89304bddac780a92ff73394
Ancestor: 219b3128f3d96b126a9ed9aff2d2f3277e69dbd4
Author: darkrain42 at pidgin.im
Date: 2009-12-06T19:26:45
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/e2fb4cc366c55b86f89304bddac780a92ff73394

Modified files:
        libpurple/protocols/oscar/clientlogin.c

ChangeLog: 

disapproval of revision '219b3128f3d96b126a9ed9aff2d2f3277e69dbd4'
-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/clientlogin.c	14dd1197990e5f1ae8fcd4b79b45c5a406c4e0f2
+++ libpurple/protocols/oscar/clientlogin.c	1d8bca9378294cb3346ce5483ed4902c2260bb42
@@ -393,10 +393,6 @@ static gboolean parse_client_login_respo
 			purple_connection_error_reason(gc,
 					PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED,
 					_("Incorrect password"));
-		} else if (status_code == 330 && status_detail_code == 3015) {
-			purple_connection_error_reason(gc,
-					PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED,
-					_("CAPTCHA requested. Logging into the AIM/ICQ website may fix this."));
 		} else if (status_code == 401 && status_detail_code == 3019) {
 			purple_connection_error_reason(gc,
 					PURPLE_CONNECTION_ERROR_OTHER_ERROR,


More information about the Commits mailing list