Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv9344

Modified Files:
        childapp.py 
Log Message:
just to be save

Index: childapp.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/childapp.py,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** childapp.py 23 Oct 2003 17:57:23 -0000      1.36
--- childapp.py 27 Oct 2003 17:39:35 -0000      1.37
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.37  2003/10/27 17:39:35  dischi
+ # just to be save
+ #
  # Revision 1.36  2003/10/23 17:57:23  dischi
  # add kill() function to kill the thread
***************
*** 384,388 ****
          if not hasattr(self.app, 'child'):
              for t in traceback.extract_stack():
!                 if t[0].find('playlist'):
                      raise OSError
  
--- 387,391 ----
          if not hasattr(self.app, 'child'):
              for t in traceback.extract_stack():
!                 if t[0].find('playlist') >= 0:
                      raise OSError
  




-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to