diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-10-02 12:25:11 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-10-02 12:25:11 +0000 |
commit | f0597c0a2d5b66b53e321ceef6dd0e3bd2a517dc (patch) | |
tree | 7912e3ef63d99e040e8238a23330daaf8074afb6 /perl-install/standalone | |
parent | 180a435fc309f656599faad2610c78d1583b4113 (diff) | |
download | drakx-f0597c0a2d5b66b53e321ceef6dd0e3bd2a517dc.tar drakx-f0597c0a2d5b66b53e321ceef6dd0e3bd2a517dc.tar.gz drakx-f0597c0a2d5b66b53e321ceef6dd0e3bd2a517dc.tar.bz2 drakx-f0597c0a2d5b66b53e321ceef6dd0e3bd2a517dc.tar.xz drakx-f0597c0a2d5b66b53e321ceef6dd0e3bd2a517dc.zip |
kill a useless function call
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/draksec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index 7ea61737c..34a8b2f34 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -347,14 +347,12 @@ gtkappend_page( map { [ gtkshow(gtknew('Label_Left', line_wrap => 1, text => $descr{$_} || $_)), - resize( $progs{$_} = new_nonedit_combo([ @auth{qw(user_passwd root_passwd no_passwd)} ], default_auth_value($_) #$msec->get_check_value($opt) ) - ) ]; } split(' ', $progs) ) |