diff options
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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}; } |