summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/mousedrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-12-05 11:50:01 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-12-05 11:50:01 +0000
commit941de719217ff7afee9dd03b66ef420bc3b5c1e8 (patch)
tree4b3f33fcace57a2e69008d29b19dd693e333a6d4 /perl-install/standalone/mousedrake
parent19e8dce5b0019cee0d11492df744b4b521355348 (diff)
downloaddrakx-backup-do-not-use-941de719217ff7afee9dd03b66ef420bc3b5c1e8.tar
drakx-backup-do-not-use-941de719217ff7afee9dd03b66ef420bc3b5c1e8.tar.gz
drakx-backup-do-not-use-941de719217ff7afee9dd03b66ef420bc3b5c1e8.tar.bz2
drakx-backup-do-not-use-941de719217ff7afee9dd03b66ef420bc3b5c1e8.tar.xz
drakx-backup-do-not-use-941de719217ff7afee9dd03b66ef420bc3b5c1e8.zip
gtk+2 port (how difficult it was ...)
Diffstat (limited to 'perl-install/standalone/mousedrake')
-rwxr-xr-xperl-install/standalone/mousedrake2
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;