From 4c203bafe1c99c487f15026572aaf6a745829bc4 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 16 Sep 2003 13:59:01 +0000 Subject: fixed stupid typo preventing mouse modules to be loaded. --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 522158455..8dc3b11de 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -545,7 +545,7 @@ sub main { #- needed very early for install_steps_gtk unless ($::testing) { if ($o->{mouse}) { - mouse::load_modules(); + mouse::load_modules($o->{mouse}); } else { eval { $o->{mouse} = mouse::detect() } unless $o->{nomouseprobe}; } -- cgit v1.2.1