diff src/protocols/irc/irc.c @ 5925:6690934e5ea6

[gaim-migrate @ 6365] fix my breaking of right-clicking on anything but chats in the buddy list also make certain fields (passwords) for the in-blist chats not show up in the tooltip committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 20 Jun 2003 03:41:15 +0000
parents 7d385de2f9cd
children 8c44020a958e
line wrap: on
line diff
--- a/src/protocols/irc/irc.c	Fri Jun 20 03:32:42 2003 +0000
+++ b/src/protocols/irc/irc.c	Fri Jun 20 03:41:15 2003 +0000
@@ -2475,6 +2475,7 @@
 	pce = g_new0(struct proto_chat_entry, 1);
 	pce->label = _("Password:");
 	pce->identifier = "password";
+	pce->secret = TRUE;
 	m = g_list_append(m, pce);
 
 	return m;