summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-09-13 18:09:54 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-09-13 18:09:54 +0000
commit2840d2a176f35bff8e8d66dc9602cf9c55f7e336 (patch)
treeb23d6fc116e07b2509087264dd1f3ee8642890a5 /perl-install/install_steps_interactive.pm
parentd0787f285bd4945cd9242d3df1364e8f91f06fdf (diff)
downloaddrakx-backup-do-not-use-2840d2a176f35bff8e8d66dc9602cf9c55f7e336.tar
drakx-backup-do-not-use-2840d2a176f35bff8e8d66dc9602cf9c55f7e336.tar.gz
drakx-backup-do-not-use-2840d2a176f35bff8e8d66dc9602cf9c55f7e336.tar.bz2
drakx-backup-do-not-use-2840d2a176f35bff8e8d66dc9602cf9c55f7e336.tar.xz
drakx-backup-do-not-use-2840d2a176f35bff8e8d66dc9602cf9c55f7e336.zip
(selectKeyboard): don't prompt in newbie mode if >=90, not >90
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index ccfa76ac0..c2f649de7 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -156,7 +156,7 @@ sub selectKeyboard {
#- good guess, don't ask
return install_steps::selectKeyboard($o)
- if !$::expert && !$clicked && $l->[0][1] > 90;
+ if !$::expert && !$clicked && $l->[0][1] >= 90;
my @best = map { $_->[0] } @$l;
push @best, 'us_intl' if !member('us_intl', @best);