diff src/protocols/yahoo/yahoo.c @ 6035:8c44020a958e

[gaim-migrate @ 6485] gaim_request_input() now takes a masked bool, which, if enabled, masks the text on the entry field so that it cannot be seen. Good for password input requests, and what do you know, that's why this is written! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 05 Jul 2003 21:54:19 +0000
parents 3014de25a8a4
children 8642749e55ca
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Sat Jul 05 20:52:43 2003 +0000
+++ b/src/protocols/yahoo/yahoo.c	Sat Jul 05 21:54:19 2003 +0000
@@ -1178,7 +1178,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,
+					   gaim_connection_get_display_name(gc), FALSE, FALSE,
 					   _("OK"), G_CALLBACK(yahoo_act_id),
 					   _("Cancel"), NULL, gc);
 }