Update of /cvsroot/freevo/freevo/src/tv/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv21912

Modified Files:
        tvtime.py 
Log Message:
xmltv autochannel detect still occasionally sets things to numbers instead of strings

Index: tvtime.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/tvtime.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** tvtime.py   10 Dec 2003 20:40:57 -0000      1.24
--- tvtime.py   17 Dec 2003 16:58:37 -0000      1.25
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.25  2003/12/17 16:58:37  mikeruelle
+ # xmltv autochannel detect still occasionally sets things to numbers instead of 
strings
+ #
  # Revision 1.24  2003/12/10 20:40:57  mikeruelle
  # remove childthread use new childapp2 class
***************
*** 308,312 ****
          c = 0
          for m in config.TV_CHANNELS:
!             mychan = m[2]
            myband = self.lookupChannelBand(mychan)
              if myband == "Custom":
--- 311,315 ----
          c = 0
          for m in config.TV_CHANNELS:
!             mychan = str(m[2])
            myband = self.lookupChannelBand(mychan)
              if myband == "Custom":




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to