From: <the...@us...> - 2006-09-19 23:43:11
|
Revision: 17324 http://svn.sourceforge.net/gaim/?rev=17324&view=rev Author: thekingant Date: 2006-09-19 16:43:09 -0700 (Tue, 19 Sep 2006) Log Message: ----------- This "Require TLS" option isn't used anywhere... Modified Paths: -------------- trunk/libgaim/protocols/jabber/jabber.c Modified: trunk/libgaim/protocols/jabber/jabber.c =================================================================== --- trunk/libgaim/protocols/jabber/jabber.c 2006-09-19 23:27:17 UTC (rev 17323) +++ trunk/libgaim/protocols/jabber/jabber.c 2006-09-19 23:43:09 UTC (rev 17324) @@ -1966,9 +1966,6 @@ prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); - option = gaim_account_option_bool_new(_("Require TLS"), "require_tls", TRUE); - prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); - option = gaim_account_option_bool_new(_("Force old (port 5223) SSL"), "old_ssl", FALSE); prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |