Author: duncan
Date: Tue Feb  5 13:05:48 2008
New Revision: 10339

Log:
Fix for a bad config bug where TV_CHANNELS=None


Modified:
   branches/rel-1/freevo/src/config.py

Modified: branches/rel-1/freevo/src/config.py
==============================================================================
--- branches/rel-1/freevo/src/config.py (original)
+++ branches/rel-1/freevo/src/config.py Tue Feb  5 13:05:48 2008
@@ -967,7 +967,7 @@
 
             chanlist += [(id, display_name, tunerid)]
 
-        f = config.TV_CHANNELS_COMPARE
+        f = TV_CHANNELS_COMPARE
         chanlist.sort(f)
 
         try:

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