diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-13 16:48:17 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-13 16:48:17 +0000 |
commit | 95d06da05c742f8089a7d297df8e606171b4d419 (patch) | |
tree | 84d366601abb59002c82113056d50bfccf43b1bf /perl-install/any.pm | |
parent | 408bb7d8e0515fb181d06c8294a73aebafbac96b (diff) | |
download | drakx-95d06da05c742f8089a7d297df8e606171b4d419.tar drakx-95d06da05c742f8089a7d297df8e606171b4d419.tar.gz drakx-95d06da05c742f8089a7d297df8e606171b4d419.tar.bz2 drakx-95d06da05c742f8089a7d297df8e606171b4d419.tar.xz drakx-95d06da05c742f8089a7d297df8e606171b4d419.zip |
(setupBootloader): switch from "list" to "combo"
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
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} && " *") : |