summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-04-01 09:46:59 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-04-01 09:46:59 +0000
commita7e15f7d649924377c706fa3da0f15b9a10a7430 (patch)
treeacfcb309de8d0b5e7f8b69531573bae280664a30
parent75954387751b5cf098863fd1a78ad8e495263746 (diff)
downloaddrakx-backup-do-not-use-a7e15f7d649924377c706fa3da0f15b9a10a7430.tar
drakx-backup-do-not-use-a7e15f7d649924377c706fa3da0f15b9a10a7430.tar.gz
drakx-backup-do-not-use-a7e15f7d649924377c706fa3da0f15b9a10a7430.tar.bz2
drakx-backup-do-not-use-a7e15f7d649924377c706fa3da0f15b9a10a7430.tar.xz
drakx-backup-do-not-use-a7e15f7d649924377c706fa3da0f15b9a10a7430.zip
Pass $Driver to launchX in non /FB/ case
-rw-r--r--perl-install/install_steps_gtk.pm2
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;