From f851d69902dfbcea9a2f9f7814d66ff805b1fe5d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 26 May 2005 14:10:28 +0000 Subject: (ask_from_normalize) since we can now use ComboBoxes with trees, do not use big TreeView instead of small ComboBox when not asked for --- perl-install/interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/interactive.pm') diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index f4b95ae9d..483792895 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -345,7 +345,7 @@ sub ask_from_normalize { $e->{list} = $li = [ map { $li->[$_] } @places ]; } $e->{type} = 'iconlist' if $e->{icon2f}; - $e->{type} = 'treelist' if $e->{separator}; + $e->{type} = 'treelist' if $e->{separator} && $e->{type} ne 'combo'; add2hash_($e, { not_edit => 1 }); $e->{type} ||= 'combo'; -- cgit v1.2.1