diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-01-21 11:33:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-01-21 11:33:41 +0000 |
commit | a100c96209161f03d9f158b6a70fb464c318ceb8 (patch) | |
tree | 5afdf1f3456a5a6f084808a51277f322091492f4 /perl-install | |
parent | 6e6555aa79b01042ef275f975380463786fdfd2c (diff) | |
download | drakx-a100c96209161f03d9f158b6a70fb464c318ceb8.tar drakx-a100c96209161f03d9f158b6a70fb464c318ceb8.tar.gz drakx-a100c96209161f03d9f158b6a70fb464c318ceb8.tar.bz2 drakx-a100c96209161f03d9f158b6a70fb464c318ceb8.tar.xz drakx-a100c96209161f03d9f158b6a70fb464c318ceb8.zip |
on error in acceptLicense, go back to selectLanguage (ie. handle "Previous ->" correctly)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/steps.pm b/perl-install/steps.pm index 83450d115..4157c1394 100644 --- a/perl-install/steps.pm +++ b/perl-install/steps.pm @@ -12,7 +12,7 @@ use common; #entered reachable toBeDone next done; my @installSteps = ( selectLanguage => [ N_("Choose your language"), 1, 1, '', '', 'language' ], - acceptLicense => [ N_("License"), 1, 1, '', '', '' ], + acceptLicense => [ N_("License"), 1, -1, '', '', '' ], selectMouse => [ N_("Configure mouse"), 1, 1, '1', '', 'mouse' ], setupSCSI => [ N_("Hard drive detection"), 1, 0, '1', '', 'harddrive' ], selectInstallClass => [ N_("Select installation class"), 1, 1, '1', '', '' ], |