# HG changeset patch # User Paul Aurich # Date 1231914724 0 # Node ID 62a5a41c3dfdb655bfed02f6b3853b79b26b37f3 # Parent ff5e2356683fbd059c7fce56200ea9a786eeb7a4 Remove the "buggy" caveat -- I've been running it for a while and it works for me. diff -r ff5e2356683f -r 62a5a41c3dfd libpurple/protocols/oscar/oscar.c --- a/libpurple/protocols/oscar/oscar.c Wed Jan 14 06:29:47 2009 +0000 +++ b/libpurple/protocols/oscar/oscar.c Wed Jan 14 06:32:04 2009 +0000 @@ -7019,7 +7019,7 @@ option = purple_account_option_int_new(_("Port"), "port", OSCAR_DEFAULT_LOGIN_PORT); prpl_info->protocol_options = g_list_append(prpl_info->protocol_options, option); - option = purple_account_option_bool_new(_("Use SSL (buggy)"), "use_ssl", + option = purple_account_option_bool_new(_("Use SSL"), "use_ssl", OSCAR_DEFAULT_USE_SSL); prpl_info->protocol_options = g_list_append(prpl_info->protocol_options, option);