Author: dmeyer
Date: Wed Apr 12 17:18:18 2006
New Revision: 8145

Modified:
   trunk/ui/src/plugins/mbus.py

Log:
support sending messages over mbus

Modified: trunk/ui/src/plugins/mbus.py
==============================================================================
--- trunk/ui/src/plugins/mbus.py        (original)
+++ trunk/ui/src/plugins/mbus.py        Wed Apr 12 17:18:18 2006
@@ -95,3 +95,8 @@
         log.info('stop')
         STOP.post()
         return []
+
+    @freevo.ipc.expose('home-theatre.message')
+    def message(self, msg):
+        OSD_MESSAGE.post(msg)
+        return []


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to