diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-07-24 14:58:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-07-24 14:58:28 +0000 |
commit | cea766fb5e247760d1a8fc406e667a58cb29129c (patch) | |
tree | e7a2207efa7b2ed1777246380b284f0c4468e813 /perl-install/standalone/drakboot | |
parent | 80213e0e8b31d7715ea77a94f139c6bc79e280e1 (diff) | |
download | drakx-cea766fb5e247760d1a8fc406e667a58cb29129c.tar drakx-cea766fb5e247760d1a8fc406e667a58cb29129c.tar.gz drakx-cea766fb5e247760d1a8fc406e667a58cb29129c.tar.bz2 drakx-cea766fb5e247760d1a8fc406e667a58cb29129c.tar.xz drakx-cea766fb5e247760d1a8fc406e667a58cb29129c.zip |
hide splash screen section for now on ihm team request
Diffstat (limited to 'perl-install/standalone/drakboot')
-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; |