summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbustico2006-10-05 12:00:38 +0000
committerbustico2006-10-05 12:00:38 +0000
commitf6eac18f0c5842b1e0758330357b90072ef7c58e (patch)
tree370370d782e89128b813df451dcd182c058a9fe4
parent9c6ae959913b5065ac793399f1d7878419f73d32 (diff)
downloadivy-perl-f6eac18f0c5842b1e0758330357b90072ef7c58e.zip
ivy-perl-f6eac18f0c5842b1e0758330357b90072ef7c58e.tar.gz
ivy-perl-f6eac18f0c5842b1e0758330357b90072ef7c58e.tar.bz2
ivy-perl-f6eac18f0c5842b1e0758330357b90072ef7c58e.tar.xz
fix mainLoop method
test mainloop fix of Ivy.pm
-rwxr-xr-xexample/testCongestionTk.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/example/testCongestionTk.pl b/example/testCongestionTk.pl
index aa3d21a..cc6e511 100755
--- a/example/testCongestionTk.pl
+++ b/example/testCongestionTk.pl
@@ -73,8 +73,9 @@ if (exists ($options{send})) {
$bus->start ();
-$bus->mainLoop ();
+#$bus->mainLoop ();
#Tk::MainLoop ();
+Ivy::mainLoop ();
# PROCEDURES