diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-31 20:03:13 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-31 20:03:13 +0000 |
commit | 12ee9c30c5bb816149965789cc8d6be21715a835 (patch) | |
tree | 3cfb441db15ec918fef53a3ecdcc40cd1b0935e6 /perl-install/install2.pm | |
parent | 0b7fed8674bf92614ca249141e1809c21d45fe71 (diff) | |
download | drakx-12ee9c30c5bb816149965789cc8d6be21715a835.tar drakx-12ee9c30c5bb816149965789cc8d6be21715a835.tar.gz drakx-12ee9c30c5bb816149965789cc8d6be21715a835.tar.bz2 drakx-12ee9c30c5bb816149965789cc8d6be21715a835.tar.xz drakx-12ee9c30c5bb816149965789cc8d6be21715a835.zip |
allow acceptLicence to be automatic
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 0c9c6c35f..0010268cd 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -88,8 +88,7 @@ sub selectLanguage { my ($clicked, $ent_number, $auto) = @_; installStepsCall($o, $auto, 'selectLanguage', $ent_number == 1); - - $o->acceptLicence; + installStepsCall($o, $auto, 'acceptLicence'); } #------------------------------------------------------------------------------ |