diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-01-16 14:27:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-01-16 14:27:49 +0000 |
commit | e18cbbc3b9582561da4ce5a8233fd92522f83f7b (patch) | |
tree | 549043619ff7cbbb91f21cbce0a0f2613ec083b2 /perl-install/install2.pm | |
parent | b9accbb345e82e2ee2bf73522b7cd21134f91ce0 (diff) | |
download | drakx-backup-do-not-use-e18cbbc3b9582561da4ce5a8233fd92522f83f7b.tar drakx-backup-do-not-use-e18cbbc3b9582561da4ce5a8233fd92522f83f7b.tar.gz drakx-backup-do-not-use-e18cbbc3b9582561da4ce5a8233fd92522f83f7b.tar.bz2 drakx-backup-do-not-use-e18cbbc3b9582561da4ce5a8233fd92522f83f7b.tar.xz drakx-backup-do-not-use-e18cbbc3b9582561da4ce5a8233fd92522f83f7b.zip |
new steps window layout
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 06e0be85d..2558fc39d 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -88,7 +88,11 @@ sub selectLanguage { my ($_clicked, $ent_number, $auto) = @_; installStepsCall($o, $auto, 'selectLanguage', $ent_number == 1); - installStepsCall($o, $auto, 'acceptLicence'); +} + +sub acceptLicense { + my ($_clicked, $_ent_number, $auto) = @_; + installStepsCall($o, $auto, 'acceptLicense'); } #------------------------------------------------------------------------------ |