From a100c96209161f03d9f158b6a70fb464c318ceb8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 21 Jan 2003 11:33:41 +0000 Subject: on error in acceptLicense, go back to selectLanguage (ie. handle "Previous ->" correctly) --- perl-install/steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/steps.pm') 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', '', '' ], -- cgit v1.2.1