Fri, 27 Apr 2007 04:18:02 +0000
Fix jabber sasl build.
| libpurple/protocols/jabber/auth.c | file | annotate | diff | comparison | revisions |
--- a/libpurple/protocols/jabber/auth.c Fri Apr 27 04:06:02 2007 +0000 +++ b/libpurple/protocols/jabber/auth.c Fri Apr 27 04:18:02 2007 +0000 @@ -294,7 +294,7 @@ purple_request_yes_no(js->gc, _("Plaintext Authentication"), _("Plaintext Authentication"), _("This server requires plaintext authentication over an unencrypted connection. Allow this and continue authentication?"), - 2, js->gc->account, + 2, js->gc->account, NULL, NULL, NULL, allow_cyrus_plaintext_auth, disallow_plaintext_auth); return;