From 5bdff80b9367bd171e647bec106c79d52927fcfe Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Fri, 6 Sep 2002 09:31:28 +0000 Subject: - hide password entry char (gc sux) --- edit-urpm-sources.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'edit-urpm-sources.pl') diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl index 4e42b1b9..4e46aa2f 100755 --- a/edit-urpm-sources.pl +++ b/edit-urpm-sources.pl @@ -83,6 +83,7 @@ sub add_callback { 1, new Gtk::Label, 0, gtksignal_connect($info->{$_->[0].'_check'} = new Gtk::CheckButton($_->[1]), clicked => sub { $info->{$entry_name.'_entry'}->set_sensitive($_[0]->get_active); + $info->{pass_entry}->set_visibility(0); $info->{pass_check}->set_active($_[0]->get_active); $info->{login_check}->set_active($_[0]->get_active); }), -- cgit v1.2.1