summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakboot
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-04-29 10:30:10 +0000
committerOlivier Blin <oblin@mandriva.org>2005-04-29 10:30:10 +0000
commita0843702db52bf4823db0948f591266cf88e9a55 (patch)
treee116e5a10f1f7f948a3c7a9016f799d1aceaa686 /perl-install/standalone/drakboot
parentd24ad3758629165bf59efb97af87bf6509928342 (diff)
downloaddrakx-a0843702db52bf4823db0948f591266cf88e9a55.tar
drakx-a0843702db52bf4823db0948f591266cf88e9a55.tar.gz
drakx-a0843702db52bf4823db0948f591266cf88e9a55.tar.bz2
drakx-a0843702db52bf4823db0948f591266cf88e9a55.tar.xz
drakx-a0843702db52bf4823db0948f591266cf88e9a55.zip
perl_checker fixes
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-xperl-install/standalone/drakboot10
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot
index 8da1b7a88..35c78c01c 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -109,7 +109,7 @@ if (my $x_res = Xconfig::resolution_and_depth::from_bios($bootloader->{default_v
$cur_res = $x_res->{X} . 'x' . $x_res->{Y};
} else {
$no_bootsplash = 1; #- we can not select any theme we're not in Framebuffer mode :-/
- $cur_res = '800x600'
+ $cur_res = '800x600';
}
$no_bootsplash = 0 if $::testing;
@@ -140,7 +140,7 @@ foreach (keys(%combo)) {
$combo{$_} = gtkset_size_request(Gtk2::ComboBox->new_text, 10, -1);
}
-$combo{boot} = gtkset_size_request(Gtk2::ComboBox->new_with_strings(\@boot_thms, $themes{default}), 10, -1);;
+$combo{boot} = gtkset_size_request(Gtk2::ComboBox->new_with_strings(\@boot_thms, $themes{default}), 10, -1);
my $boot_pic = gtkcreate_img($themes{def_thmb});
change_image($boot_pic, $themes{default});
@@ -167,8 +167,8 @@ gtkadd($window,
N("Do you want to configure it now?") ])) {
enable_framebuffer();
#- it would be nice to get available themes for new cur_res here
- };
- $boot_warn = 0
+ }
+ $boot_warn = 0;
}
$splash_box->set_sensitive($splash_mode);
}),
@@ -315,7 +315,7 @@ Be sure your video card supports the mode you choose."),
format => \&Xconfig::resolution_and_depth::to_string
},
map {
- { text => $_->{label}, val => \$entries{$_->{label}}, type => 'bool' }
+ { text => $_->{label}, val => \$entries{$_->{label}}, type => 'bool' };
} grep { $_->{label} !~ /failsafe|floppy|memtest/ } @{$bootloader->{entries}}
]);
if ($vga) {