Update of /cvsroot/freevo/kaa/base/src/notifier
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1758/src/notifier

Modified Files:
        popen.py 
Log Message:
set __dead to false on start

Index: popen.py
===================================================================
RCS file: /cvsroot/freevo/kaa/base/src/notifier/popen.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** popen.py    6 Aug 2005 14:29:39 -0000       1.13
--- popen.py    6 Aug 2005 14:38:04 -0000       1.14
***************
*** 139,142 ****
--- 139,143 ----
          cmd = self._cmd + self._normalize_cmd(args)
          self.__kill_timer = None
+         self.__dead = False
          self.binary = cmd[0]
  
***************
*** 185,189 ****
          if self.stopping:
              return
- 
          if not is_mainthread():
              return MainThreadCallback(self.stop, cmd)()
--- 186,189 ----



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to