summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-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 02e950443..06a4b924c 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -103,7 +103,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;