summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-10-22 09:49:12 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-10-22 09:49:12 +0000
commitdc1e36f8501dd4939f3978928c1b07d84f1494d0 (patch)
tree60f3026d5d43eda2139388120ac8cb369eec1dc7 /perl-install/any.pm
parent075d50795cfb953f908d3c428c50369988bfe2d8 (diff)
downloaddrakx-dc1e36f8501dd4939f3978928c1b07d84f1494d0.tar
drakx-dc1e36f8501dd4939f3978928c1b07d84f1494d0.tar.gz
drakx-dc1e36f8501dd4939f3978928c1b07d84f1494d0.tar.bz2
drakx-dc1e36f8501dd4939f3978928c1b07d84f1494d0.tar.xz
drakx-dc1e36f8501dd4939f3978928c1b07d84f1494d0.zip
Merge from HEAD: fix code that selects images for the choice of languages
to not base on FB as well
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
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";