Update of /cvsroot/freevo/freevo/src/tv/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9295

Modified Files:
        xawtv.py 
Log Message:
removing unnecessary and bad kill method

Index: xawtv.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/tv/plugins/xawtv.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** xawtv.py    21 Mar 2004 23:03:23 -0000      1.3
--- xawtv.py    6 Jun 2004 17:18:39 -0000       1.4
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.4  2004/06/06 17:18:39  mikeruelle
+ # removing unnecessary and bad kill method
+ #
  # Revision 1.3  2004/03/21 23:03:23  mikeruelle
  # docs fro devels, this is not for newbs yet
***************
*** 288,299 ****
          self.remote = remote
          childapp.ChildApp2.__init__(self, app, stop_osd=1)
-         
- 
-     def kill(self):
-         # Use SIGINT instead of SIGKILL to make sure TVTime shuts
-         # down properly and releases all resources before it gets
-         # reaped by childapp.kill().wait()
-         childapp.ChildApp.kill(self, signal.SIGINT)
-         if DEBUG: print 'Killing xawtv'
  
      def sendcmd(self, cmd):
--- 291,294 ----



-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to