| 315 purple_account_get_username(account)); |
315 purple_account_get_username(account)); |
| 316 purple_request_yes_no(js->gc, _("Plaintext Authentication"), |
316 purple_request_yes_no(js->gc, _("Plaintext Authentication"), |
| 317 _("Plaintext Authentication"), |
317 _("Plaintext Authentication"), |
| 318 msg, |
318 msg, |
| 319 1, |
319 1, |
| 320 account, NULL, NULL, |
320 purple_request_cpar_from_account(account), |
| 321 account, allow_plaintext_auth, |
321 account, allow_plaintext_auth, |
| 322 disallow_plaintext_auth); |
322 disallow_plaintext_auth); |
| 323 g_free(msg); |
323 g_free(msg); |
| 324 return; |
324 return; |
| 325 } |
325 } |