diff options
author | Daouda Lo <daouda@mandriva.com> | 2004-03-03 13:33:19 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2004-03-03 13:33:19 +0000 |
commit | c22441613f1f84cfc0ef80ce4019af729b23c3e8 (patch) | |
tree | db5ea65ada032ec1f9ff87020f69f72f8551cb9c /mdkonline | |
parent | 97050d0f59477cd1cea656af6982727a07604ea4 (diff) | |
download | mgaonline-c22441613f1f84cfc0ef80ce4019af729b23c3e8.tar mgaonline-c22441613f1f84cfc0ef80ce4019af729b23c3e8.tar.gz mgaonline-c22441613f1f84cfc0ef80ce4019af729b23c3e8.tar.bz2 mgaonline-c22441613f1f84cfc0ef80ce4019af729b23c3e8.tar.xz mgaonline-c22441613f1f84cfc0ef80ce4019af729b23c3e8.zip |
- fix test
Diffstat (limited to 'mdkonline')
-rwxr-xr-x | mdkonline | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ sub checkErrors { } sub setEntryWithConf { my %t = getVarsFromSh($wideconf); - foreach (qw(login machine)) { $o->{$_} and $o->{$_}->set_text($t{uc($_)}) } + foreach (qw(login machine)) { $o->{$_}->get_text or $o->{$_}->set_text($t{uc($_)}) } } sub sendConfig { # When we arrive here, we're sure the login/passwd is correct |