diff options
-rwxr-xr-x | perl-install/standalone/drakboot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 8b7408901..88d157db5 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -311,7 +311,8 @@ $auto_buttons[1]->set_active(1) if !$auto_mode->{autologin}; $x_box->set_sensitive($x_mode); $auto_box->set_sensitive($auto_mode->{autologin} ? 1 : 0); $window->show_all; -$no_bootsplash and $thm_frame->set_sensitive(0); +#$no_bootsplash and $thm_frame->set_sensitive(0); +$thm_frame->hide; update_bootloader_label($lilogrub); gtkflush(); $w->main; |