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

Modified Files:
        __init__.py 
Log Message:
Fix typo of SIGNAL_DISCONNECTED


Index: __init__.py
===================================================================
RCS file: /cvsroot/freevo/kaa/base/src/notifier/__init__.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** __init__.py 13 Jul 2005 17:56:04 -0000      1.7
--- __init__.py 13 Jul 2005 19:43:27 -0000      1.8
***************
*** 54,58 ****
      if flag == Signal.SIGNAL_CONNECTED and signal.count() == 1:
          notifier.addDispatcher(signal.emit)
!     elif flag == Signal.SIGNAL_DISCONNETED and signal.count() == 0:
          notifier.removeDispatcher(signal.emit)
  
--- 54,58 ----
      if flag == Signal.SIGNAL_CONNECTED and signal.count() == 1:
          notifier.addDispatcher(signal.emit)
!     elif flag == Signal.SIGNAL_DISCONNECTED and signal.count() == 0:
          notifier.removeDispatcher(signal.emit)
  



-------------------------------------------------------
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

Reply via email to