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

Modified Files:
        channels.py 
Log Message:
Commented out a part that crashes the TV viewer plugin. Please fix!

Index: channels.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/channels.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** channels.py 23 Nov 2003 21:19:57 -0000      1.6
--- channels.py 24 Nov 2003 04:41:14 -0000      1.7
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.7  2003/11/24 04:41:14  krister
+ # Commented out a part that crashes the TV viewer plugin. Please fix!
+ #
  # Revision 1.6  2003/11/23 21:19:57  rshortt
  # Bugfix - it returned to early if using an external tuner with the v4l
***************
*** 104,108 ****
          #      this init line into the recordserver since in the TV
          #      interface it will already be initialized in main.
!         plugin.init_special_plugin(config.plugin_external_tuner)
  
  
--- 107,112 ----
          #      this init line into the recordserver since in the TV
          #      interface it will already be initialized in main.
!         if 0: # XXX Crashes!
!             plugin.init_special_plugin(config.plugin_external_tuner)
  
  




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