Mercurial > pidgin.yaz
changeset 16504:3ef6a81a9fba
Fix jabber sasl build.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Fri, 27 Apr 2007 04:18:02 +0000 |
parents | 901dd46db686 |
children | 1d1ddf972ac8 |
files | libpurple/protocols/jabber/auth.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;