summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-01-16 14:27:49 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-01-16 14:27:49 +0000
commite18cbbc3b9582561da4ce5a8233fd92522f83f7b (patch)
tree549043619ff7cbbb91f21cbce0a0f2613ec083b2 /perl-install/install2.pm
parentb9accbb345e82e2ee2bf73522b7cd21134f91ce0 (diff)
downloaddrakx-e18cbbc3b9582561da4ce5a8233fd92522f83f7b.tar
drakx-e18cbbc3b9582561da4ce5a8233fd92522f83f7b.tar.gz
drakx-e18cbbc3b9582561da4ce5a8233fd92522f83f7b.tar.bz2
drakx-e18cbbc3b9582561da4ce5a8233fd92522f83f7b.tar.xz
drakx-e18cbbc3b9582561da4ce5a8233fd92522f83f7b.zip
new steps window layout
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm6
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');
}
#------------------------------------------------------------------------------