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

Modified Files:
        tvtime.py 
Log Message:
system->unlink


Index: tvtime.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/tvtime.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** tvtime.py   27 Jun 2003 10:58:06 -0000      1.10
--- tvtime.py   1 Jul 2003 20:38:51 -0000       1.11
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.11  2003/07/01 20:38:51  outlyer
+ # system->unlink
+ #
  # Revision 1.10  2003/06/27 10:58:06  rshortt
  # MOved tvtime command into the config.
***************
*** 296,300 ****
              time.sleep(0.05)
          print 'stopped %s app' % self.mode
-         #os.system('rm -f /tmp/freevo.wid')
  
  
--- 299,302 ----
***************
*** 365,369 ****
          if DEBUG: print 'Killing tvtime'
          util.killall('freevo_xwin')
!         os.system('rm -f /tmp/freevo.wid')
          if config.MPLAYER_DEBUG:
              self.log_stdout.close()
--- 367,371 ----
          if DEBUG: print 'Killing tvtime'
          util.killall('freevo_xwin')
!         os.unlink('/tmp/freevo.wid')
          if config.MPLAYER_DEBUG:
              self.log_stdout.close()




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to