aboutsummaryrefslogtreecommitdiffstats
path: root/edit-urpm-sources.pl
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2002-09-06 09:31:28 +0000
committerDaouda Lo <daouda@mandriva.com>2002-09-06 09:31:28 +0000
commit5bdff80b9367bd171e647bec106c79d52927fcfe (patch)
tree21f6fa7356d5aa430982ca23e0c14f3b6b793dc3 /edit-urpm-sources.pl
parent1c89675d16eac320f790f4082ea499452722f77a (diff)
downloadrpmdrake-5bdff80b9367bd171e647bec106c79d52927fcfe.tar
rpmdrake-5bdff80b9367bd171e647bec106c79d52927fcfe.tar.gz
rpmdrake-5bdff80b9367bd171e647bec106c79d52927fcfe.tar.bz2
rpmdrake-5bdff80b9367bd171e647bec106c79d52927fcfe.tar.xz
rpmdrake-5bdff80b9367bd171e647bec106c79d52927fcfe.zip
- hide password entry char (gc sux)
Diffstat (limited to 'edit-urpm-sources.pl')
-rwxr-xr-xedit-urpm-sources.pl1
1 files changed, 1 insertions, 0 deletions
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);
}),