diff 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
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Sun Apr 18 05:47:16 2004 +0000
+++ b/src/protocols/yahoo/yahoo.c	Sun Apr 18 06:22:42 2004 +0000
@@ -2500,7 +2500,7 @@
 static void yahoo_show_act_id(GaimConnection *gc)
 {
 	gaim_request_input(gc, NULL, _("Active which ID?"), NULL,
-					   gaim_connection_get_display_name(gc), FALSE, FALSE,
+					   gaim_connection_get_display_name(gc), FALSE, FALSE, NULL,
 					   _("OK"), G_CALLBACK(yahoo_act_id),
 					   _("Cancel"), NULL, gc);
 }
@@ -2508,7 +2508,7 @@
 static void yahoo_show_chat_goto(GaimConnection *gc)
 {
 	gaim_request_input(gc, NULL, _("Join who in chat?"), NULL,
-					   "", FALSE, FALSE,
+					   "", FALSE, FALSE, NULL,
 					   _("OK"), G_CALLBACK(yahoo_chat_goto),
 					   _("Cancel"), NULL, gc);
 }