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

Modified Files:
        popen.py 
Log Message:
Fix typo.


Index: popen.py
===================================================================
RCS file: /cvsroot/freevo/kaa/base/src/notifier/popen.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** popen.py    25 Jul 2005 20:17:40 -0000      1.3
--- popen.py    27 Jul 2005 10:13:31 -0000      1.4
***************
*** 140,144 ****
  
          if not is_mainthread():
!             return MainThreadCallback(self,stop, cmd)()
          
          self.stopping = True
--- 140,144 ----
  
          if not is_mainthread():
!             return MainThreadCallback(self.stop, cmd)()
          
          self.stopping = True



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to