Update of /cvsroot/freevo/kaa/base/src/notifier
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24490
Modified Files:
callback.py
Log Message:
Fix bug in Signal.emit() where user args weren't getting passed.
Index: callback.py
===================================================================
RCS file: /cvsroot/freevo/kaa/base/src/notifier/callback.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** callback.py 13 Jul 2005 20:16:25 -0000 1.4
--- callback.py 13 Jul 2005 23:39:43 -0000 1.5
***************
*** 427,431 ****
cb_kwargs.update(kwargs)
! if cb_callback(*args, **kwargs):
retval = True
if cb_once:
--- 427,431 ----
cb_kwargs.update(kwargs)
! if cb_callback(*(args + cb_args), **cb_kwargs):
retval = True
if cb_once:
-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog