From 941de719217ff7afee9dd03b66ef420bc3b5c1e8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 5 Dec 2002 11:50:01 +0000 Subject: gtk+2 port (how difficult it was ...) --- perl-install/standalone/mousedrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1