From 95d06da05c742f8089a7d297df8e606171b4d419 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 13 Feb 2002 16:48:17 +0000 Subject: (setupBootloader): switch from "list" to "combo" --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} && " *") : -- cgit v1.2.1