From 1840b8ac375ad6398410ca25a6f43ca03ae22270 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 15 Jan 2004 12:51:19 +0000 Subject: make splash config looks better when embedded --- perl-install/standalone/drakboot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 94041738c..c7bb969c4 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -135,13 +135,13 @@ my ($x_box, $splash_box); gtkadd($window, gtkpack_(Gtk2::VBox->new(0,0), ($splash_working ? - (1, gtkpack(gtkset_border_width(Gtk2::VBox->new(0, 5), 5), - gtksignal_connect(gtkset_active(Gtk2::CheckButton->new(N("Use graphical boot")), $splash_mode), + (1, gtkpack_(gtkset_border_width(Gtk2::VBox->new(0, 5), 5), + 0, gtksignal_connect(gtkset_active(Gtk2::CheckButton->new(N("Use graphical boot")), $splash_mode), clicked => sub { $splash_box->set_sensitive(!$splash_mode); $splash_mode = !$splash_mode; }), - gtkpack__(gtkset_sensitive($splash_box = Gtk2::HBox->new(0, 0), $splash_mode), + 1, gtkpack(gtkset_sensitive($splash_box = Gtk2::HBox->new(0, 0), $splash_mode), gtkpack__(Gtk2::VBox->new(0, 5), N("Theme"), $combo{boot}, -- cgit v1.2.1