From b54932b13d5a21de48e68692d35724d5929f48af Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 22 Feb 2001 01:34:23 +0000 Subject: (ask_from_entries_refH_powered_normalize): if list+format then type is 'list', combo not accepted (hacky?) --- perl-install/interactive.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/interactive.pm') diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index 162c7301b..de575c52b 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -219,6 +219,7 @@ sub ask_from_entries_refH_powered_normalize { } $e->{type} = 'iconlist' if $e->{icon2f}; $e->{type} = 'treelist' if $e->{separator}; + $e->{type} = 'list' if $e->{format}; add2hash_($e, { not_edit => 1, type => 'combo' }); ${$e->{val}} = $l->[0] if ($e->{type} ne 'combo' || $e->{not_edit}) && !member(${$e->{val}}, @$l); } elsif ($e->{type} eq 'range') { -- cgit v1.2.1