aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
diff options
context:
space:
mode:
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r--rpmdrake.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm
index 1f36359e..d3b572cd 100644
--- a/rpmdrake.pm
+++ b/rpmdrake.pm
@@ -796,9 +796,9 @@ sub update_sources_interactive {
Gtk2::Label->new(N("Select the media you wish to update:")),
gtknew('ScrolledWindow', height => 300, child =>
gtknew('VBox', spacing => 5, children_tight => [
- @buttons = map {
- Gtk2::CheckButton->new_with_label($_->{name});
- } @media
+ @buttons = map {
+ Gtk2::CheckButton->new_with_label($_->{name});
+ } @media
])
),
Gtk2::HSeparator->new,