comparison src/protocols/yahoo/yahoo.c @ 8697:725413cc9fb9

[gaim-migrate @ 9450] WYSIWYG info editing from Jon Oberheide We need separate gc flags for conversation HTML and user info HTML, or something. It seems like there should be a better way to do that... Hint hint wink wink nudge nudge I kick your foot, under the table You kick me back, I can't say I'm able To stand for you, or fall for you Ever again I wish for, a perfect setting Wishing that I'm letting you take me Where you want me, all over again committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 18 Apr 2004 06:22:42 +0000
parents e67f0f3aebb8
children 7024b595b6ae
comparison
equal deleted inserted replaced
8696:aebfa2b6af6b 8697:725413cc9fb9
2498 } 2498 }
2499 2499
2500 static void yahoo_show_act_id(GaimConnection *gc) 2500 static void yahoo_show_act_id(GaimConnection *gc)
2501 { 2501 {
2502 gaim_request_input(gc, NULL, _("Active which ID?"), NULL, 2502 gaim_request_input(gc, NULL, _("Active which ID?"), NULL,
2503 gaim_connection_get_display_name(gc), FALSE, FALSE, 2503 gaim_connection_get_display_name(gc), FALSE, FALSE, NULL,
2504 _("OK"), G_CALLBACK(yahoo_act_id), 2504 _("OK"), G_CALLBACK(yahoo_act_id),
2505 _("Cancel"), NULL, gc); 2505 _("Cancel"), NULL, gc);
2506 } 2506 }
2507 2507
2508 static void yahoo_show_chat_goto(GaimConnection *gc) 2508 static void yahoo_show_chat_goto(GaimConnection *gc)
2509 { 2509 {
2510 gaim_request_input(gc, NULL, _("Join who in chat?"), NULL, 2510 gaim_request_input(gc, NULL, _("Join who in chat?"), NULL,
2511 "", FALSE, FALSE, 2511 "", FALSE, FALSE, NULL,
2512 _("OK"), G_CALLBACK(yahoo_chat_goto), 2512 _("OK"), G_CALLBACK(yahoo_chat_goto),
2513 _("Cancel"), NULL, gc); 2513 _("Cancel"), NULL, gc);
2514 } 2514 }
2515 2515
2516 static GList *yahoo_actions(GaimConnection *gc) { 2516 static GList *yahoo_actions(GaimConnection *gc) {