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

Modified Files:
        childapp.py 
Log Message:
change to new notifier interface

Index: childapp.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/childapp.py,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** childapp.py 1 Nov 2004 20:14:04 -0000       1.66
--- childapp.py 4 Nov 2004 17:40:17 -0000       1.67
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.67  2004/11/04 17:40:17  dischi
+ # change to new notifier interface
+ #
  # Revision 1.66  2004/11/01 20:14:04  dischi
  # fix debug
***************
*** 175,179 ****
              
              debug_name = app[ 0 ]
!             _debug_('running', self.binary, 1)
          
          if debug_name.rfind('/') > 0:
--- 178,182 ----
              
              debug_name = app[ 0 ]
!             _debug_('running %s' % self.binary, 1)
          
          if debug_name.rfind('/') > 0:
***************
*** 288,292 ****
              self.__kill_timer = notifier.addTimer( 1000, cb )
          else:
!             _debug_('PANIC', self.binary, 0)
              
          return False
--- 291,295 ----
              self.__kill_timer = notifier.addTimer( 1000, cb )
          else:
!             _debug_('PANIC %s' % self.binary, 0)
              
          return False
***************
*** 389,393 ****
                              self.logger.write( line + '\n' )
                          self.callback( line )
! 
  
  class _Watcher:
--- 392,397 ----
                              self.logger.write( line + '\n' )
                          self.callback( line )
!         return True
!     
  
  class _Watcher:



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to