summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-04 18:12:52 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-04 18:12:52 +0000
commit94623b87f33f7966c308c2f477de3c2e34fa9795 (patch)
tree36f22402b1c450773accde6e2b6dd769c6e4916f /perl-install
parent0e2a73090c2d4613dd36951f3477e27a3d466411 (diff)
downloaddrakx-backup-do-not-use-94623b87f33f7966c308c2f477de3c2e34fa9795.tar
drakx-backup-do-not-use-94623b87f33f7966c308c2f477de3c2e34fa9795.tar.gz
drakx-backup-do-not-use-94623b87f33f7966c308c2f477de3c2e34fa9795.tar.bz2
drakx-backup-do-not-use-94623b87f33f7966c308c2f477de3c2e34fa9795.tar.xz
drakx-backup-do-not-use-94623b87f33f7966c308c2f477de3c2e34fa9795.zip
(reallyChooseGroups) fix crash when clicking previous in minimal install step (mga#7345)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install/NEWS1
-rw-r--r--perl-install/install/steps_gtk.pm6
2 files changed, 4 insertions, 3 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 5ddafadcd..0a8bb3637 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,4 +1,5 @@
- compress report with xz instead of gzip
+- fix crash when clicking previous in minimal install step (mga#7345)
- include swaplabel (mga#7334)
Version 14.42 - 4 September 2012
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index f283b8915..bdb57cac6 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -340,9 +340,9 @@ sub reallyChooseGroups {
gtknew('VBox', children => [
1, $o->{gtk_display_compssUsers}->($entry),
1, '',
- 0, if_($individual,
- gtknew('CheckButton', text => N("Individual package selection"), active_ref => $individual),
- ),
+ if_($individual,
+ 0, gtknew('CheckButton', text => N("Individual package selection"), active_ref => $individual),
+ ),
0, $w_size,
0, Gtk2::HSeparator->new,
0, gtknew('HButtonBox', layout => 'edge', children_tight => [