From 94623b87f33f7966c308c2f477de3c2e34fa9795 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 4 Sep 2012 18:12:52 +0000 Subject: (reallyChooseGroups) fix crash when clicking previous in minimal install step (mga#7345) --- perl-install/install/steps_gtk.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/install/steps_gtk.pm') 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 => [ -- cgit v1.2.1