summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-09-11 12:54:33 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-09-11 12:54:33 +0000
commit253492f52af65de578c6798c48568f5c3a6df4f7 (patch)
treedc9cae5c528d875980ee4b8cd855142128812ee7 /perl-install/any.pm
parent4128297ab08cb1236ffaec377fa09b27b2506665 (diff)
downloaddrakx-253492f52af65de578c6798c48568f5c3a6df4f7.tar
drakx-253492f52af65de578c6798c48568f5c3a6df4f7.tar.gz
drakx-253492f52af65de578c6798c48568f5c3a6df4f7.tar.bz2
drakx-253492f52af65de578c6798c48568f5c3a6df4f7.tar.xz
drakx-253492f52af65de578c6798c48568f5c3a6df4f7.zip
don't use images for language choice in vga16, it's too ugly
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 910567547..f9f2ff3b5 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -659,7 +659,7 @@ sub selectLanguage {
if ($::isInstall) {
my $langs = $langs_ || {};
- my $using_images = $in->isa('interactive::gtk');
+ my $using_images = $in->isa('interactive::gtk') && listlength(cat_('/proc/fb'));
#- to create the default value, use the first location for that value :/
$lang = first(lang::l2location($lang))."|$lang";