Author: rshortt
Date: Sat Mar 11 15:57:19 2006
New Revision: 8069

Modified:
   trunk/WIP/RobShortt/tvserver-epg2/bin/freevo-epg

Log:
Will revisit this later, but now it was exiting too early.


Modified: trunk/WIP/RobShortt/tvserver-epg2/bin/freevo-epg
==============================================================================
--- trunk/WIP/RobShortt/tvserver-epg2/bin/freevo-epg    (original)
+++ trunk/WIP/RobShortt/tvserver-epg2/bin/freevo-epg    Sat Mar 11 15:57:19 2006
@@ -169,10 +169,10 @@
             log.info('not configured to use VDR')
 
 
-        log.info('connecting to tvserver')
-        mbus = freevo.ipc.Instance()
-        mbus.signals['new-entity'].connect(new_entity)
-        kaa.notifier.OneShotTimer(updated, False).start(2)
+        #log.info('connecting to tvserver')
+        #mbus = freevo.ipc.Instance()
+        #mbus.signals['new-entity'].connect(new_entity)
+        #kaa.notifier.OneShotTimer(updated, False).start(2)
 
         kaa.main()
 


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