diff libpurple/protocols/jabber/auth.c @ 21236:73c5f5bfeb39

disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:27:01 +0000
parents fba1f6c3df0b
children 8ae227dca885
line wrap: on
line diff
--- a/libpurple/protocols/jabber/auth.c	Sun Oct 14 18:07:19 2007 +0000
+++ b/libpurple/protocols/jabber/auth.c	Fri Nov 16 23:27:01 2007 +0000
@@ -321,7 +321,7 @@
 					purple_request_yes_no_with_hint(js->gc, _("Plaintext Authentication"),
 							_("Plaintext Authentication"),
 							msg,
-							2, js->gc->account, NULL, NULL, PURPLE_REQUEST_HINT_ACCOUNT, js->gc->account,
+							2, js->gc->account, NULL, NULL, "account", js->gc->account,
 							allow_cyrus_plaintext_auth,
 							disallow_plaintext_auth);
 					g_free(msg);
@@ -512,7 +512,7 @@
 					msg,
 					2,
 					purple_connection_get_account(js->gc), NULL, NULL,
-					PURPLE_REQUEST_HINT_ACCOUNT, purple_connection_get_account(js->gc),
+					"account", purple_connection_get_account(js->gc),
 					allow_plaintext_auth, disallow_plaintext_auth);
 			g_free(msg);
 			return;
@@ -600,7 +600,7 @@
 						_("This server requires plaintext authentication over an unencrypted connection.  Allow this and continue authentication?"),
 						2,
 						purple_connection_get_account(js->gc), NULL, NULL,
-						PURPLE_REQUEST_HINT_ACCOUNT, purple_connection_get_account(js->gc),
+						"account", purple_connection_get_account(js->gc),
 						allow_plaintext_auth, disallow_plaintext_auth);
 				return;
 			}