diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-01-22 09:21:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-01-22 09:21:36 +0000 |
commit | 9bc8b5b56be1f30afe485f9b867b9b22a6e1ac61 (patch) | |
tree | 0d93dec98e05e5007a943449917c9ef121f20721 /perl-install/standalone/mousedrake | |
parent | 4f1c80d9f6dc0648e93fcfeec1606baad0a0cdbb (diff) | |
download | drakx-9bc8b5b56be1f30afe485f9b867b9b22a6e1ac61.tar drakx-9bc8b5b56be1f30afe485f9b867b9b22a6e1ac61.tar.gz drakx-9bc8b5b56be1f30afe485f9b867b9b22a6e1ac61.tar.bz2 drakx-9bc8b5b56be1f30afe485f9b867b9b22a6e1ac61.tar.xz drakx-9bc8b5b56be1f30afe485f9b867b9b22a6e1ac61.zip |
perl_checker fixes
Diffstat (limited to 'perl-install/standalone/mousedrake')
-rwxr-xr-x | perl-install/standalone/mousedrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/mousedrake b/perl-install/standalone/mousedrake index 5b1ad7889..12789fef1 100755 --- a/perl-install/standalone/mousedrake +++ b/perl-install/standalone/mousedrake @@ -30,7 +30,7 @@ if (!$mouse || !$::auto) { #- and adding the nice test mouse to it Gtk2->timeout_add(100, sub { defined $::Plug && defined $::Plug->child or return 1; - mouse::test_mouse_standalone($mouse,$::Plug->child); + mouse::test_mouse_standalone($mouse, $::Plug->child); 0; }); } |