From ed64b372f528f719350b0d576fb02f7464badeae Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 9 Dec 2000 12:25:39 +0000 Subject: (selectInstallClass): give $clicked to selectInstallClass --- perl-install/install2.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 8963f6971..46e73c477 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -254,7 +254,9 @@ sub selectKeyboard { #------------------------------------------------------------------------------ sub selectInstallClass { - $o->selectInstallClass(@install_classes); + my ($clicked) = @_; + + $o->selectInstallClass($clicked); $o->{partitions} ||= $suggestedPartitions{$o->{installClass}}; -- cgit v1.2.1