summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-02-13 16:48:17 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-02-13 16:48:17 +0000
commit95d06da05c742f8089a7d297df8e606171b4d419 (patch)
tree84d366601abb59002c82113056d50bfccf43b1bf
parent408bb7d8e0515fb181d06c8294a73aebafbac96b (diff)
downloaddrakx-backup-do-not-use-95d06da05c742f8089a7d297df8e606171b4d419.tar
drakx-backup-do-not-use-95d06da05c742f8089a7d297df8e606171b4d419.tar.gz
drakx-backup-do-not-use-95d06da05c742f8089a7d297df8e606171b4d419.tar.bz2
drakx-backup-do-not-use-95d06da05c742f8089a7d297df8e606171b4d419.tar.xz
drakx-backup-do-not-use-95d06da05c742f8089a7d297df8e606171b4d419.zip
(setupBootloader): switch from "list" to "combo"
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index c75c169b5..641fb8679 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -237,7 +237,7 @@ _("Here are the different entries.
You can add some more or change the existing ones."),
ok => '',
},
- [ { val => \$e, type => 'list', format => sub {
+ [ { val => \$e, type => 'combo', format => sub {
my ($e) = @_;
ref $e ?
"$e->{label} ($e->{kernel_or_dev})" . ($b->{default} eq $e->{label} && " *") :