changeset 19826:566fcbc4883a

Added hints to jabber auth.c
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 12 Aug 2007 16:44:02 +0000
parents 7ce2179d5e73
children ab8099bcc9ba
files libpurple/protocols/jabber/auth.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/auth.c	Sun Aug 12 16:36:40 2007 +0000
+++ b/libpurple/protocols/jabber/auth.c	Sun Aug 12 16:44:02 2007 +0000
@@ -296,7 +296,7 @@
 					purple_request_yes_no(js->gc, _("Plaintext Authentication"),
 							_("Plaintext Authentication"),
 							msg,
-							2, js->gc->account, NULL, NULL, NULL, "account",
+							2, js->gc->account, NULL, NULL, "account", NULL,
 							allow_cyrus_plaintext_auth,
 							disallow_plaintext_auth);
 					g_free(msg);
@@ -487,7 +487,7 @@
 					msg,
 					2,
 					purple_connection_get_account(js->gc), NULL, NULL,
-					purple_connection_get_account(js->gc), "account",
+					"account", purple_connection_get_account(js->gc),
 					allow_plaintext_auth, disallow_plaintext_auth);
 			g_free(msg);
 			return;
@@ -572,7 +572,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_connection_get_account(js->gc), "account",
+						"account", purple_connection_get_account(js->gc),
 						allow_plaintext_auth, disallow_plaintext_auth);
 				return;
 			}