Author: dmeyer
Date: Sun Nov  5 16:01:51 2006
New Revision: 8538

Modified:
   trunk/ui/src/tv/tvguide.py

Log:
adjust to kaa.epg changes

Modified: trunk/ui/src/tv/tvguide.py
==============================================================================
--- trunk/ui/src/tv/tvguide.py  (original)
+++ trunk/ui/src/tv/tvguide.py  Sun Nov  5 16:01:51 2006
@@ -117,7 +117,8 @@
         else:
             stop = sys.maxint
 
-        return kaa.epg.Program(self.channel, start, stop, _('No Program'), '')
+        data = { 'start': start, 'stop': stop, 'title': _('No Program') }
+        return kaa.epg.Program(self.channel, data)
     
 
     def start(self, parent):

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to