diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-01-17 11:13:04 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-01-17 11:13:04 +0000 |
commit | e5c494575a161f20e06224c9d2201c85f6477093 (patch) | |
tree | dc352e43505d076da79e783fe5d1d2c7cc8225ef /perl-install/install_steps_gtk.pm | |
parent | 3b9b604eb1802c5f546bd444dae32e179bbb7d20 (diff) | |
download | drakx-e5c494575a161f20e06224c9d2201c85f6477093.tar drakx-e5c494575a161f20e06224c9d2201c85f6477093.tar.gz drakx-e5c494575a161f20e06224c9d2201c85f6477093.tar.bz2 drakx-e5c494575a161f20e06224c9d2201c85f6477093.tar.xz drakx-e5c494575a161f20e06224c9d2201c85f6477093.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 1 |
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; } } |