From 2dc056345303b0c3583eb51729ece0e8032fa4a1 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 4 Nov 2009 17:35:56 +0000 Subject: drakboot: don't try to set console logo --- perl-install/standalone/drakboot | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'perl-install/standalone/drakboot') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 3a47d8b1e..07c8443d8 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -152,16 +152,12 @@ sub splash_choice() { 0, $splash_box = gtknew('HBox', sensitive => $theme->{enabled}, children_loose => [ gtkadd(gtkcreate_frame(N("Theme")), gtknew('VBox', spacing => 5, children_tight => [ - $theme_combo, - gtksignal_connect(gtkset_active(gtknew('CheckButton', text => N("Display theme\nunder console")), - $theme->{keep_logo}), - clicked => sub { invbool(\$theme->{keep_logo}) }) ])), + $theme_combo ])), gtknew('VSeparator'), gtknew('VBox', spacing => 5, children_tight => [ $boot_pic ]) ]), 0, gtknew('Button', text => N("Create new theme"), clicked => sub { exec '/usr/sbin/draksplash' }) ]), ], sub { - bootsplash::set_logo_console($theme->{keep_logo}); if ($theme->{enabled}) { bootsplash::switch($theme->{name}); } else { -- cgit v1.2.1