Update of /cvsroot/vdrpylib/vdrpylib/vdr
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4644/vdr
Modified Files:
svdrp.py
Log Message:
Assume channels found through svdrp are from the conf.
Index: svdrp.py
===================================================================
RCS file: /cvsroot/vdrpylib/vdrpylib/vdr/svdrp.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** svdrp.py 12 Dec 2004 22:51:18 -0000 1.7
--- svdrp.py 28 Apr 2005 01:24:29 -0000 1.8
***************
*** 306,309 ****
--- 306,310 ----
try:
c = channel.Channel(tokens[-1], counter)
+ c.in_conf = True
channels.append(c)
counter = counter + 1
|