Mercurial > pidgin
changeset 5700:ad55a15c7b93
[gaim-migrate @ 6121]
Password fields now mask out the passwords.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Tue, 03 Jun 2003 09:24:46 +0000 |
parents | 3bac8b558577 |
children | 730bfc7c5e2d |
files | src/gtkaccount.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkaccount.c Tue Jun 03 09:23:30 2003 +0000 +++ b/src/gtkaccount.c Tue Jun 03 09:24:46 2003 +0000 @@ -676,6 +676,7 @@ /* Password */ dialog->proxy_pass_entry = gtk_entry_new(); + gtk_entry_set_visibility(GTK_ENTRY(dialog->proxy_pass_entry), FALSE); __add_pref_box(dialog, vbox2, _("Pa_ssword:"), dialog->proxy_pass_entry); if (dialog->account != NULL &&