From 28020f763127fc6f133180f43ebdf981f9f7abbe Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 23 Jan 2003 20:14:24 +0000 Subject: (reallyChooseGroups): remove "Previous" button --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index ed8a07cb4..ea36e3330 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -567,7 +567,7 @@ sub reallyChooseGroups { } @{$o->{compssUsersSorted}}), if_($o->{meta_class} eq 'desktop', { text => N("All"), val => \$all, type => 'bool' }), if_($individual, { text => N("Individual package selection"), val => $individual, advanced => 1, type => 'bool' }), - ], changed => sub { $size_text = &$size_to_display }) or return; + ], changed => sub { $size_text = &$size_to_display }); if ($all) { $val->{$_} = 1 foreach keys %$val; -- cgit v1.2.1