On Tue, Dec 25, 2007 at 07:47:10AM +0000, Zou Lunkai wrote:
> + if( ! _intervalTimers.empty() )
> + {
> + // process actions queued when executing interval callbacks
> + processActionQueue();
> + }
> +
> }
The above doesn't seem correct.
The fact that _intervalTimers is not empty doesn't mean any was
actually expired...
Better have executeTimers return a value to notify whether or not
any was expired.
--strk;
() ASCII Ribbon Campaign
/\ Keep it simple!
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit