diff src/protocols/irc/irc.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 6690934e5ea6
children d8cd876e613e
line wrap: on
line diff
--- a/src/protocols/irc/irc.c	Sat Jul 05 20:52:43 2003 +0000
+++ b/src/protocols/irc/irc.c	Sat Jul 05 21:54:19 2003 +0000
@@ -1097,7 +1097,8 @@
 	case 433:
 		gaim_request_input(gc, NULL, _("That nick is already in use.  "
 									   "Please enter a new nick"),
-						   NULL, gaim_connection_get_display_name(gc), FALSE,
+						   NULL, gaim_connection_get_display_name(gc),
+						   FALSE, FALSE,
 						   _("OK"), G_CALLBACK(irc_change_nick),
 						   _("Cancel"), NULL, gc);
 		break;