summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2004-02-19 15:17:11 +0000
committerFlorent Villard <warly@mandriva.com>2004-02-19 15:17:11 +0000
commit639ee24a34305330e4e7c663c5df468598201587 (patch)
tree842ac9525746c37b809b7d4046c7c24625191da3
parent61158935886f27fa534a3edbf01568a11edc9315 (diff)
downloaddrakx-639ee24a34305330e4e7c663c5df468598201587.tar
drakx-639ee24a34305330e4e7c663c5df468598201587.tar.gz
drakx-639ee24a34305330e4e7c663c5df468598201587.tar.bz2
drakx-639ee24a34305330e4e7c663c5df468598201587.tar.xz
drakx-639ee24a34305330e4e7c663c5df468598201587.zip
Apply Olivier Blin patch to fix theme displaying under console
-rwxr-xr-xperl-install/standalone/drakboot5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot
index 95df5b2df..e88f56ca4 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -125,7 +125,7 @@ $combo{boot}->entry->signal_connect(changed => sub { change_image($boot_pic, $co
my ($x_box, $splash_box);
my $boot_warn = 1;
-my $splash_mode &= !$no_bootsplash;
+my $splash_mode = !$no_bootsplash;
gtkadd($window,
gtkpack_(Gtk2::VBox->new(0,0),
($splash_working ?
@@ -144,7 +144,8 @@ gtkadd($window,
gtkpack__(Gtk2::VBox->new(0, 5),
N("Theme"),
$combo{boot},
- gtksignal_connect(Gtk2::CheckButton->new(N("Display theme\nunder console")), clicked => sub { invbool(\$keep_logo) }),
+ #gtksignal_connect(Gtk2::CheckButton->new(N("Display theme\nunder console")), clicked => sub { invbool(\$keep_logo) }),
+ gtksignal_connect(gtkset_active(Gtk2::CheckButton->new(N("Display theme\nunder console")), $keep_logo), clicked => sub { invbool(\$keep_logo) })
),
Gtk2::VSeparator->new,
gtkpack__(Gtk2::VBox->new(0, 5),