comparison libpurple/protocols/yahoo/libyahoo.c @ 30090:49ffb40f3bcd

merged with im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 04 Apr 2010 14:22:45 +0900
parents 34d787feb17c 701eb26db990
children 1f1d58d35746
comparison
equal deleted inserted replaced
30085:34d787feb17c 30090:49ffb40f3bcd
330 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); 330 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);
331 331
332 option = purple_account_option_string_new(_("Chat room list URL"), "room_list", YAHOO_ROOMLIST_URL); 332 option = purple_account_option_string_new(_("Chat room list URL"), "room_list", YAHOO_ROOMLIST_URL);
333 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); 333 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);
334 334
335 option = purple_account_option_string_new(_("Yahoo Chat server"), "ycht-server", YAHOO_YCHT_HOST);
336 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);
337
338 option = purple_account_option_int_new(_("Yahoo Chat port"), "ycht-port", YAHOO_YCHT_PORT);
339 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);
340
341 my_protocol = plugin; 335 my_protocol = plugin;
342 yahoo_register_commands(); 336 yahoo_register_commands();
343 yahoo_init_colorht(); 337 yahoo_init_colorht();
344 338
345 purple_signal_connect(purple_get_core(), "uri-handler", plugin, 339 purple_signal_connect(purple_get_core(), "uri-handler", plugin,