summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-01-17 11:13:04 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-01-17 11:13:04 +0000
commite5c494575a161f20e06224c9d2201c85f6477093 (patch)
treedc352e43505d076da79e783fe5d1d2c7cc8225ef
parent3b9b604eb1802c5f546bd444dae32e179bbb7d20 (diff)
downloaddrakx-e5c494575a161f20e06224c9d2201c85f6477093.tar
drakx-e5c494575a161f20e06224c9d2201c85f6477093.tar.gz
drakx-e5c494575a161f20e06224c9d2201c85f6477093.tar.bz2
drakx-e5c494575a161f20e06224c9d2201c85f6477093.tar.xz
drakx-e5c494575a161f20e06224c9d2201c85f6477093.zip
*** empty log message ***
-rw-r--r--perl-install/install_steps_gtk.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index 5a852c444..ce374c433 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -210,6 +210,7 @@ sub new($$) {
$o->{allowFB} = &$launchX("XF86_$_") #- keep in mind FB is used.
and last;
} else {
+ $o->{vga16} = 1 if /VGA16/;
&$launchX("XF86_$_") and last;
}
}