Author: dmeyer
Date: Sun Jan 29 17:05:13 2006
New Revision: 7892

Modified:
   trunk/core/src/ipc/status.py

Log:
match fro correct event name

Modified: trunk/core/src/ipc/status.py
==============================================================================
--- trunk/core/src/ipc/status.py        (original)
+++ trunk/core/src/ipc/status.py        Sun Jan 29 17:05:13 2006
@@ -107,7 +107,7 @@
         """
         Callback for new register requests.
         """
-        if prefix == 'mbus.register':
+        if prefix == 'mbus.status':
             # send last status on register
             entity.send('mbus.status', *self.dict.items())
 


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to