Author: remi
Date: 2009-06-15 12:39:13 +0200 (Mon, 15 Jun 2009)
New Revision: 4816

Modified:
   
software_suite_v3/smart-core/smart-server/trunk/util/player/mplayer/Mplayer.py
Log:
* removed an unneeded command

Modified: 
software_suite_v3/smart-core/smart-server/trunk/util/player/mplayer/Mplayer.py
===================================================================
--- 
software_suite_v3/smart-core/smart-server/trunk/util/player/mplayer/Mplayer.py  
    2009-06-15 10:24:13 UTC (rev 4815)
+++ 
software_suite_v3/smart-core/smart-server/trunk/util/player/mplayer/Mplayer.py  
    2009-06-15 10:39:13 UTC (rev 4816)
@@ -68,7 +68,6 @@
                     win32api.TerminateProcess(int(self.__process._handle), -1)
                 except:
                     pass
-                os.system("taskkill /im mplayer.exe /f")
             else:
                 os.system("kill -9 " + str(self.__process.pid))
         self.__setRun(False)


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to