From cea766fb5e247760d1a8fc406e667a58cb29129c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 24 Jul 2003 14:58:28 +0000 Subject: hide splash screen section for now on ihm team request --- perl-install/standalone/drakboot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone/drakboot') 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; -- cgit v1.2.1