diff options
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 a0ddca73e..33ddae6fe 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -93,7 +93,7 @@ sub _setup_and_start_X { !$o->{vga16} && $o->{allowFB} or next; $o->{allowFB} = _launchX($o, $f, $prog, $Driver, $wanted_DISPLAY) #- keep in mind FB is used. - and return; + and return 1; } else { $o->{vga16} = 1 if /VGA16/; _launchX($o, $f, $prog, $Driver, $wanted_DISPLAY) and return 1; |