Update of /cvsroot/freevo/kaa/base/src/notifier
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7455/src/notifier

Modified Files:
        event.py 
Log Message:
copy list to make sure nothing is missed

Index: event.py
===================================================================
RCS file: /cvsroot/freevo/kaa/base/src/notifier/event.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** event.py    16 Jul 2005 09:45:23 -0000      1.4
--- event.py    16 Jul 2005 15:05:35 -0000      1.5
***************
*** 183,187 ****
          
          try:
!             for handler in self.handler:
                  handler(event)
          except:
--- 183,187 ----
          
          try:
!             for handler in copy.copy(self.handler):
                  handler(event)
          except:



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to