summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-08-30 17:19:23 +0000
committerThierry Vignaud <tv@mageia.org>2012-08-30 17:19:23 +0000
commitbb1c55948ce18d1a6add432fe3a5aa0d4753ad4e (patch)
tree877102addd2e9cce778a2d116811c0566bc8c83e /perl-install/install/steps_gtk.pm
parentce77d9c9f65b3d8258f4482e6bf253f2d57321a8 (diff)
downloaddrakx-bb1c55948ce18d1a6add432fe3a5aa0d4753ad4e.tar
drakx-bb1c55948ce18d1a6add432fe3a5aa0d4753ad4e.tar.gz
drakx-bb1c55948ce18d1a6add432fe3a5aa0d4753ad4e.tar.bz2
drakx-bb1c55948ce18d1a6add432fe3a5aa0d4753ad4e.tar.xz
drakx-bb1c55948ce18d1a6add432fe3a5aa0d4753ad4e.zip
minor indent fix
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r--perl-install/install/steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index 17102b167..f283b8915 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -351,7 +351,7 @@ sub reallyChooseGroups {
gtknew('Button', text => N("Select All"), clicked => sub { $_->set_active(1) foreach @entries }),
gtknew('Button', text => N("Unselect All"), clicked => sub { $_->set_active(0) foreach @entries }),
gtknew('Button', text => N("Next"), clicked => sub { Gtk2->main_quit }),
- ]),
+ ]),
]),
)
);