summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/Xconfig')
-rw-r--r--perl-install/Xconfig/card.pm2
-rw-r--r--perl-install/Xconfig/resolution_and_depth.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Xconfig/card.pm b/perl-install/Xconfig/card.pm
index 48d40e999..0b2b6c868 100644
--- a/perl-install/Xconfig/card.pm
+++ b/perl-install/Xconfig/card.pm
@@ -339,7 +339,7 @@ sub xfree_and_glx_choose {
my $tc =
$auto ? $choices[0] :
$in->ask_from_listf(_("XFree configuration"),
- formatAlaTeX(join("\n\n\n", (grep {$_} map { $_->{more_messages} } @choices),
+ formatAlaTeX(join("\n\n\n", (grep { $_ } map { $_->{more_messages} } @choices),
_("Which configuration of XFree do you want to have?"))),
sub { $_[0]{text} }, \@choices) or return;
log::l("Using $tc->{text}");
diff --git a/perl-install/Xconfig/resolution_and_depth.pm b/perl-install/Xconfig/resolution_and_depth.pm
index 3cec7cbf9..f78509e01 100644
--- a/perl-install/Xconfig/resolution_and_depth.pm
+++ b/perl-install/Xconfig/resolution_and_depth.pm
@@ -239,7 +239,7 @@ sub choose_gtk {
gtkpack2__(new Gtk::VBox(0, 15),
$pixmap_mo,
gtkpack2(new Gtk::HBox(0,0),
- create_packtable({ col_spacings => 5, row_spacings => 5},
+ create_packtable({ col_spacings => 5, row_spacings => 5 },
[ $x_res_combo = new Gtk::Combo, new Gtk::Label("")],
[ $depth_combo = new Gtk::Combo, gtkadd(gtkset_shadow_type(new Gtk::Frame, 'etched_out'), $pix_colors) ],
),