Mercurial > pidgin
diff src/protocols/yahoo/yahoo.c @ 11043:629cbfd1ed6d
[gaim-migrate @ 12957]
Patch #1210242 from Bleeter
"Following on from patch 941731, I've updated for both head and oldstatus. I couldn't submit the patches there, so I've opened this so I can do so here.
As noted in the other tracker entry, I have some testing to do on all known locales so the FAQ can be updated accordingly. I'll submit patches once I've done this check."
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Thu, 30 Jun 2005 05:33:05 +0000 |
| parents | 50224ac8184d |
| children | 75be3005640e |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c Thu Jun 30 05:13:41 2005 +0000 +++ b/src/protocols/yahoo/yahoo.c Thu Jun 30 05:33:05 2005 +0000 @@ -2437,8 +2437,6 @@ return; } } - - } static void yahoo_close(GaimConnection *gc) { @@ -3585,9 +3583,12 @@ option = gaim_account_option_int_new(_("File transfer port"), "xfer_port", YAHOO_XFER_PORT); prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); + option = gaim_account_option_string_new(_("Chat Room Locale"), "room_list_locale", YAHOO_ROOMLIST_LOCALE); + prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); +#if 0 option = gaim_account_option_string_new(_("Chat Room List Url"), "room_list", YAHOO_ROOMLIST_URL); prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); -#if 0 + option = gaim_account_option_string_new(_("YCHT Host"), "ycht-server", YAHOO_YCHT_HOST); prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);
