summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-01-21 11:33:41 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-01-21 11:33:41 +0000
commita100c96209161f03d9f158b6a70fb464c318ceb8 (patch)
tree5afdf1f3456a5a6f084808a51277f322091492f4
parent6e6555aa79b01042ef275f975380463786fdfd2c (diff)
downloaddrakx-backup-do-not-use-a100c96209161f03d9f158b6a70fb464c318ceb8.tar
drakx-backup-do-not-use-a100c96209161f03d9f158b6a70fb464c318ceb8.tar.gz
drakx-backup-do-not-use-a100c96209161f03d9f158b6a70fb464c318ceb8.tar.bz2
drakx-backup-do-not-use-a100c96209161f03d9f158b6a70fb464c318ceb8.tar.xz
drakx-backup-do-not-use-a100c96209161f03d9f158b6a70fb464c318ceb8.zip
on error in acceptLicense, go back to selectLanguage (ie. handle "Previous ->" correctly)
-rw-r--r--perl-install/steps.pm2
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', '', '' ],