Mercurial > pidgin.yaz
changeset 25017:62a5a41c3dfd
Remove the "buggy" caveat -- I've been running it for a while
and it works for me.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Wed, 14 Jan 2009 06:32:04 +0000 |
parents | ff5e2356683f |
children | 6fe309e61bf9 |
files | libpurple/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);