From 8c56e2d1441b1195ebc86155d15eb6ee1c6ccc1b Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 15 Oct 2003 13:32:55 +0000 Subject: 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 4ee1c3ac7..f1f131967 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -667,7 +667,7 @@ sub selectLanguage { if ($::isInstall) { my $langs = $o_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