diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-09-06 10:05:39 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-09-06 10:05:39 +0000 |
commit | b990fb351d0b0f9cf4b94e2d308a061c43bf42a9 (patch) | |
tree | c65b354417817441d3329011cde853b7e0295f7a /edit-urpm-sources.pl | |
parent | 5bdff80b9367bd171e647bec106c79d52927fcfe (diff) | |
download | rpmdrake-b990fb351d0b0f9cf4b94e2d308a061c43bf42a9.tar rpmdrake-b990fb351d0b0f9cf4b94e2d308a061c43bf42a9.tar.gz rpmdrake-b990fb351d0b0f9cf4b94e2d308a061c43bf42a9.tar.bz2 rpmdrake-b990fb351d0b0f9cf4b94e2d308a061c43bf42a9.tar.xz rpmdrake-b990fb351d0b0f9cf4b94e2d308a061c43bf42a9.zip |
revert deushinery
Diffstat (limited to 'edit-urpm-sources.pl')
-rwxr-xr-x | edit-urpm-sources.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl index 4e46aa2f..4e42b1b9 100755 --- a/edit-urpm-sources.pl +++ b/edit-urpm-sources.pl @@ -83,7 +83,6 @@ 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); }), |