From 88d85316ea7f2e4faef283190777e6033f5133fe Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 15 Feb 2001 12:35:40 +0000 Subject: (selectKeyboard): give clicked as parameter --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 06299889f..b62511da0 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -176,7 +176,7 @@ sub selectKeyboard { } return if !$::expert && !$clicked; - $o->selectKeyboard; + $o->selectKeyboard($clicked); #- if we go back to the selectKeyboard, you must rewrite addToBeDone { -- cgit v1.2.1