From dc1e36f8501dd4939f3978928c1b07d84f1494d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Wed, 22 Oct 2003 09:49:12 +0000 Subject: Merge from HEAD: fix code that selects images for the choice of languages to not base on FB as well --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/any.pm b/perl-install/any.pm index 525ced9f5..4c47a8c72 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -667,7 +667,7 @@ sub selectLanguage { if ($::isInstall) { my $langs = $langs_ || {}; - my $using_images = $in->isa('interactive::gtk') && listlength(cat_('/proc/fb')); + my $using_images = $in->isa('interactive::gtk') && !$in->{vga16}; #- to create the default value, use the first location for that value :/ $lang = first(lang::l2location($lang))."|$lang"; -- cgit v1.2.1