Update of /cvsroot/freevo/freevo/src/tv/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv24360
Modified Files: ivtv_basic_tv.py Log Message: Revert this change, since it was due to the idlebar problem I just fixed. Index: ivtv_basic_tv.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/tv/plugins/ivtv_basic_tv.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ivtv_basic_tv.py 16 Jul 2003 14:58:20 -0000 1.3 --- ivtv_basic_tv.py 18 Jul 2003 03:49:50 -0000 1.4 *************** *** 13,16 **** --- 13,19 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.4 2003/07/18 03:49:50 outlyer + # Revert this change, since it was due to the idlebar problem I just fixed. + # # Revision 1.3 2003/07/16 14:58:20 outlyer # Just a change to prevent a crash; this should do something eventually. *************** *** 299,304 **** elif event == em.TOGGLE_OSD: ! # XXX FIX ME ! return TRUE # Display the channel info message --- 302,306 ---- elif event == em.TOGGLE_OSD: ! return FALSE # Display the channel info message *************** *** 398,401 **** --- 400,405 ---- print "Stopping Display for Video Playback on DXR3" osd.stopdisplay() + + os.system('/usr/sbin/matroxcolor') if DEBUG: print 'MPlayer_Thread.run(): Started, cmd=%s' % self.command *************** *** 416,419 **** --- 420,425 ---- osd.update() print "Display back online" + + os.system('/usr/sbin/undomatroxcolor') if self.mode == 'play': ------------------------------------------------------- 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