From 048e463dca6f4e61e339570b3310e39731183171 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 16 May 2005 10:44:08 +0000 Subject: add the "Create new theme" button back --- perl-install/standalone/drakboot | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index cdf7b7f1d..677a25ee7 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -134,21 +134,21 @@ sub splash_choice() { }); my $_thm_button = Gtk2::Button->new(N("Install themes")); - my $_B_create = gtksignal_connect(Gtk2::Button->new(N("Create new theme")), clicked => sub { system('/usr/sbin/draksplash ') }); run_boot_window(N("Graphical boot theme selection"), [ 1, gtkpack_(gtkset_border_width(Gtk2::VBox->new(0, 5), 5), - 0, gtkpack__(Gtk2::HBox->new(0, 5), Gtk2::Label->new("Graphical boot mode:"), $mode_combo), - 0, gtkpack(gtkset_sensitive($splash_box = Gtk2::HBox->new(0, 0), $theme->{enabled}), - gtkadd(gtkcreate_frame(N("Theme")), - gtkpack__(Gtk2::VBox->new(0, 5), - $theme_combo, - gtksignal_connect(gtkset_active(Gtk2::CheckButton->new(N("Display theme\nunder console")), - $theme->{keep_logo}), - clicked => sub { invbool(\$theme->{keep_logo}) }))), - Gtk2::VSeparator->new, - gtkpack__(Gtk2::VBox->new(0, 5), $boot_pic))), + 0, gtkpack__(Gtk2::HBox->new(0, 5), Gtk2::Label->new("Graphical boot mode:"), $mode_combo), + 0, gtkpack(gtkset_sensitive($splash_box = Gtk2::HBox->new(0, 0), $theme->{enabled}), + gtkadd(gtkcreate_frame(N("Theme")), + gtkpack__(Gtk2::VBox->new(0, 5), + $theme_combo, + gtksignal_connect(gtkset_active(Gtk2::CheckButton->new(N("Display theme\nunder console")), + $theme->{keep_logo}), + clicked => sub { invbool(\$theme->{keep_logo}) }))), + Gtk2::VSeparator->new, + gtkpack__(Gtk2::VBox->new(0, 5), $boot_pic)), + 0, gtksignal_connect(Gtk2::Button->new(N("Create new theme")), clicked => sub { exec '/usr/sbin/draksplash' })), ], sub { bootsplash::set_logo_console($theme->{keep_logo}); -- cgit v1.2.1