Mercurial > pidgin
changeset 6880:8e0f0f492ff1
[gaim-migrate @ 7426]
so I don't have to change the name of this option later
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Wed, 17 Sep 2003 21:42:27 +0000 |
parents | 594682101ba6 |
children | b1c21872cf0f |
files | src/protocols/jabber/jabber.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c Wed Sep 17 21:19:30 2003 +0000 +++ b/src/protocols/jabber/jabber.c Wed Sep 17 21:42:27 2003 +0000 @@ -896,7 +896,7 @@ XML_SetElementHandler(gjc->parser, startElement, endElement); XML_SetCharacterDataHandler(gjc->parser, charData); - if(gaim_account_get_bool(account, "ssl", FALSE) + if(gaim_account_get_bool(account, "old_ssl", FALSE) && gaim_ssl_is_supported()) { gjc->gsc = gaim_ssl_connect(account, server, port, gjab_ssl_connected, GJ_GC(gjc)); @@ -4520,7 +4520,7 @@ /* Account Options */ if(gaim_ssl_is_supported()) { - option = gaim_account_option_bool_new(_("Use SSL"), "ssl", FALSE); + option = gaim_account_option_bool_new(_("Use SSL"), "old_ssl", FALSE); prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); }