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

Modified Files:
        channels.py 
Log Message:
Bugfix - it returned to early if using an external tuner with the v4l 
tuner as the input.


Index: channels.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/channels.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** channels.py 23 Nov 2003 20:47:13 -0000      1.5
--- channels.py 23 Nov 2003 21:19:57 -0000      1.6
***************
*** 10,13 ****
--- 10,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.6  2003/11/23 21:19:57  rshortt
+ # Bugfix - it returned to early if using an external tuner with the v4l
+ # tuner as the input.
+ #
  # Revision 1.5  2003/11/23 20:47:13  rshortt
  # Another typo!
***************
*** 152,159 ****
          if vg.tuner_type == 'external':
              if vg.input_type == 'tuner' and vg.tuner_chan:
!                 return self.tunerSetFreq(vg.tuner_chan, app, app_cmd)
  
              tuner = plugin.getbyname('EXTERNAL_TUNER')
              tuner.setChannel(new_chan)
  
          else:
--- 156,165 ----
          if vg.tuner_type == 'external':
              if vg.input_type == 'tuner' and vg.tuner_chan:
!                 freq = self.tunerSetFreq(vg.tuner_chan, app, app_cmd)
  
              tuner = plugin.getbyname('EXTERNAL_TUNER')
              tuner.setChannel(new_chan)
+ 
+             return freq
  
          else:




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to