Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26396
Modified Files:
mcomm.py
Log Message:
make sure to call the notify callbacks also for already known entities
Index: mcomm.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/mcomm.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** mcomm.py 3 Dec 2004 20:13:57 -0000 1.9
--- mcomm.py 19 Dec 2004 16:40:25 -0000 1.10
***************
*** 17,24 ****
# mbus messages are not eaten by an iptable rule.
#
- # Note: this is a test only right now. To test some basic stuff, call
- # './freevo recordserver' and
- # './freevo execute src/tv/recordings.py' in two different shells.
- #
#
-----------------------------------------------------------------------------
# Freevo - A Home Theater PC framework
--- 17,20 ----
***************
*** 391,394 ****
--- 387,392 ----
joined the bus (present = True) or is gone now (present = False).
"""
+ for e in self.__entities:
+ func(e)
self.__notification_callbacks.append(func)
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog