Author: tack
Date: Mon Feb 18 21:14:57 2008
New Revision: 3116

Log:
Fix for recent API changes.


Modified:
   trunk/epg/src/sources/schedulesdirect.py

Modified: trunk/epg/src/sources/schedulesdirect.py
==============================================================================
--- trunk/epg/src/sources/schedulesdirect.py    (original)
+++ trunk/epg/src/sources/schedulesdirect.py    Mon Feb 18 21:14:57 2008
@@ -242,7 +242,7 @@
 
             db_id = self._epg.add_channel(tuner_id = channel,
                                          name = 
self._stations_by_id[station]['callSign'],
-                                         long_name = 
self._stations_by_id[station]['name'])
+                                         long_name = 
self._stations_by_id[station]['name']).wait()
             self._stations_by_id[station]['db_id'] = db_id
             
 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to