summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakboot
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-05-16 10:44:08 +0000
committerOlivier Blin <oblin@mandriva.org>2005-05-16 10:44:08 +0000
commit048e463dca6f4e61e339570b3310e39731183171 (patch)
tree9bb0f59cb1e3e47560958ee694e35cd5efab1c60 /perl-install/standalone/drakboot
parent0e1e165ee714fde12a0f0ab58793bd379ad126c5 (diff)
downloaddrakx-backup-do-not-use-048e463dca6f4e61e339570b3310e39731183171.tar
drakx-backup-do-not-use-048e463dca6f4e61e339570b3310e39731183171.tar.gz
drakx-backup-do-not-use-048e463dca6f4e61e339570b3310e39731183171.tar.bz2
drakx-backup-do-not-use-048e463dca6f4e61e339570b3310e39731183171.tar.xz
drakx-backup-do-not-use-048e463dca6f4e61e339570b3310e39731183171.zip
add the "Create new theme" button back
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-xperl-install/standalone/drakboot22
1 files changed, 11 insertions, 11 deletions
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});