From f6eac18f0c5842b1e0758330357b90072ef7c58e Mon Sep 17 00:00:00 2001 From: bustico Date: Thu, 5 Oct 2006 12:00:38 +0000 Subject: fix mainLoop method test mainloop fix of Ivy.pm --- example/testCongestionTk.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'example/testCongestionTk.pl') 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 -- cgit v1.1