On Tue, 2009-04-21 at 11:35 +0200, Koen Deforche wrote:
> Hey Goetz,
Hello Koen,

> 2009/4/17 Goetz Babin-Ebell <[email protected]>:
> >
> > If I create a timer, start it, stop it and start it again
> > in the timer period, it will send multiple signals (one for each start).
> >
> 
> Woops! Fixed in CVS (for 2.2.4) and git (for 2.99.2).

Hm.

May there be a minor typo ?

Goetz

-- 
Goetz Babin-Ebell <[email protected]>
4G Systems GmbH & Co KG
Index: src/web/DomElement.h
===================================================================
RCS file: /opt/cvs/wt/src/web/DomElement.h,v
retrieving revision 1.54
diff -u -r1.54 DomElement.h
--- src/web/DomElement.h	21 Apr 2009 09:28:25 -0000	1.54
+++ src/web/DomElement.h	22 Apr 2009 08:26:37 -0000
@@ -144,7 +145,7 @@
 
     TimeoutEvent() { }
     TimeoutEvent(int m, const std::string& e, bool r)
-      : msec(m), event(e), repeat(repeat) { }
+      : msec(m), event(e), repeat(r) { }
   };
 
   typedef std::vector<TimeoutEvent> TimeoutList;
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to