diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-05 11:50:01 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-05 11:50:01 +0000 |
commit | 941de719217ff7afee9dd03b66ef420bc3b5c1e8 (patch) | |
tree | 4b3f33fcace57a2e69008d29b19dd693e333a6d4 /perl-install/standalone/mousedrake | |
parent | 19e8dce5b0019cee0d11492df744b4b521355348 (diff) | |
download | drakx-941de719217ff7afee9dd03b66ef420bc3b5c1e8.tar drakx-941de719217ff7afee9dd03b66ef420bc3b5c1e8.tar.gz drakx-941de719217ff7afee9dd03b66ef420bc3b5c1e8.tar.bz2 drakx-941de719217ff7afee9dd03b66ef420bc3b5c1e8.tar.xz drakx-941de719217ff7afee9dd03b66ef420bc3b5c1e8.zip |
gtk+2 port (how difficult it was ...)
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 0cd5330d4..beb02fd5f 100755 --- a/perl-install/standalone/mousedrake +++ b/perl-install/standalone/mousedrake @@ -28,7 +28,7 @@ if (!$mouse || !$::auto) { if ($::isEmbedded && $in->isa('interactive::gtk')) { #- HACK: waiting for the ask_from_treelistf to attach itself #- and adding the nice test mouse to it - Gtk->timeout_add(100, sub { + Gtk2->timeout_add(100, sub { defined $::Plug && defined $::Plug->child or return 1; mouse::test_mouse_standalone($mouse,$::Plug->child); 0; |