summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-02-25 20:04:04 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-02-25 20:04:04 +0000
commiteef667ea8e5273489db049f8b48971085288eb0d (patch)
treecd218764cc15c17c49916397ac5d6c0004616898 /perl-install
parent1df39c44be98ac12826906818ac003127d0539e5 (diff)
downloaddrakx-backup-do-not-use-eef667ea8e5273489db049f8b48971085288eb0d.tar
drakx-backup-do-not-use-eef667ea8e5273489db049f8b48971085288eb0d.tar.gz
drakx-backup-do-not-use-eef667ea8e5273489db049f8b48971085288eb0d.tar.bz2
drakx-backup-do-not-use-eef667ea8e5273489db049f8b48971085288eb0d.tar.xz
drakx-backup-do-not-use-eef667ea8e5273489db049f8b48971085288eb0d.zip
sort the list of keyboards
Diffstat (limited to 'perl-install')
-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 faf9cad81..b263d6634 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -208,7 +208,7 @@ sub selectKeyboard {
advanced_label => _("More"),
callbacks => { changed => sub { $other = $_[0]==1 } },
},
- [ if_(@best > 1, { val => \$o->{keyboard}, type => 'list', format => $format,
+ [ if_(@best > 1, { val => \$o->{keyboard}, type => 'list', format => $format, sort => 1,
list => [ @best ] }),
{ val => \$ext_keyboard, type => 'list', format => $format,
list => [ keyboard::keyboards ], advanced => @best > 1 }