Mercurial > pidgin.yaz
changeset 6499:17a9cdac508e
[gaim-migrate @ 7014]
make IRC passwords secret again
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Tue, 19 Aug 2003 03:37:32 +0000 |
parents | 87024723ef17 |
children | 8af14f114730 |
files | src/protocols/irc/irc.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/irc/irc.c Tue Aug 19 02:00:23 2003 +0000 +++ b/src/protocols/irc/irc.c Tue Aug 19 03:37:32 2003 +0000 @@ -125,6 +125,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;