summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-31 20:03:13 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-31 20:03:13 +0000
commit12ee9c30c5bb816149965789cc8d6be21715a835 (patch)
tree3cfb441db15ec918fef53a3ecdcc40cd1b0935e6 /perl-install/install2.pm
parent0b7fed8674bf92614ca249141e1809c21d45fe71 (diff)
downloaddrakx-backup-do-not-use-12ee9c30c5bb816149965789cc8d6be21715a835.tar
drakx-backup-do-not-use-12ee9c30c5bb816149965789cc8d6be21715a835.tar.gz
drakx-backup-do-not-use-12ee9c30c5bb816149965789cc8d6be21715a835.tar.bz2
drakx-backup-do-not-use-12ee9c30c5bb816149965789cc8d6be21715a835.tar.xz
drakx-backup-do-not-use-12ee9c30c5bb816149965789cc8d6be21715a835.zip
allow acceptLicence to be automatic
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm3
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');
}
#------------------------------------------------------------------------------