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

Modified Files:
        ivtv_basic_tv.py 
Log Message:
Just a change to prevent a crash; this should do something eventually.


Index: ivtv_basic_tv.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/ivtv_basic_tv.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ivtv_basic_tv.py    14 Jul 2003 17:09:15 -0000      1.2
--- ivtv_basic_tv.py    16 Jul 2003 14:58:20 -0000      1.3
***************
*** 13,16 ****
--- 13,19 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.3  2003/07/16 14:58:20  outlyer
+ # Just a change to prevent a crash; this should do something eventually.
+ #
  # Revision 1.2  2003/07/14 17:09:15  rshortt
  # User the init_ and print_ functions from the IVTV class.
***************
*** 296,300 ****
              
          elif event == em.TOGGLE_OSD:
!             return FALSE
          
              # Display the channel info message
--- 299,304 ----
              
          elif event == em.TOGGLE_OSD:
!             # XXX FIX ME
!             return TRUE
          
              # Display the channel info message




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to