diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2003-04-01 09:46:59 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2003-04-01 09:46:59 +0000 |
commit | a7e15f7d649924377c706fa3da0f15b9a10a7430 (patch) | |
tree | acfcb309de8d0b5e7f8b69531573bae280664a30 /perl-install/install_steps_gtk.pm | |
parent | 75954387751b5cf098863fd1a78ad8e495263746 (diff) | |
download | drakx-a7e15f7d649924377c706fa3da0f15b9a10a7430.tar drakx-a7e15f7d649924377c706fa3da0f15b9a10a7430.tar.gz drakx-a7e15f7d649924377c706fa3da0f15b9a10a7430.tar.bz2 drakx-a7e15f7d649924377c706fa3da0f15b9a10a7430.tar.xz drakx-a7e15f7d649924377c706fa3da0f15b9a10a7430.zip |
Pass $Driver to launchX in non /FB/ case
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index f7b906415..9cbcf89ba 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -116,7 +116,7 @@ sub new($$) { and goto OK; } else { $o->{vga16} = 1 if /VGA16/; - &$launchX($prog) and goto OK; + &$launchX($prog, $Driver) and goto OK; } } return undef; |