diff options
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-x | perl-install/standalone/drakboot | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 8eec1133d..6fdb5a60d 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -204,11 +204,11 @@ gtkadd($window, cancel_clicked => sub { ugtk2->exit(0) }, ok_clicked => sub { Xconfig::various::runlevel($x_mode ? 5 : 3); - if ($splash_working) { - $no_bootsplash or update_bootsplash($combo{boot}->entry->get_text, $splash_mode, $keep_logo); - } else { - updateAutologin(); - } + if ($splash_working) { + $no_bootsplash or update_bootsplash($combo{boot}->entry->get_text, $splash_mode, $keep_logo); + } else { + updateAutologin(); + } ugtk2->exit(0); } }, |