summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-07-24 14:58:28 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-07-24 14:58:28 +0000
commitcea766fb5e247760d1a8fc406e667a58cb29129c (patch)
treee7a2207efa7b2ed1777246380b284f0c4468e813 /perl-install/standalone
parent80213e0e8b31d7715ea77a94f139c6bc79e280e1 (diff)
downloaddrakx-backup-do-not-use-cea766fb5e247760d1a8fc406e667a58cb29129c.tar
drakx-backup-do-not-use-cea766fb5e247760d1a8fc406e667a58cb29129c.tar.gz
drakx-backup-do-not-use-cea766fb5e247760d1a8fc406e667a58cb29129c.tar.bz2
drakx-backup-do-not-use-cea766fb5e247760d1a8fc406e667a58cb29129c.tar.xz
drakx-backup-do-not-use-cea766fb5e247760d1a8fc406e667a58cb29129c.zip
hide splash screen section for now on ihm team request
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/drakboot3
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;