From: <chr...@us...> - 2007-05-08 19:20:58
|
Revision: 392 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=392&view=rev Author: chreekar Date: 2007-05-08 12:20:17 -0700 (Tue, 08 May 2007) Log Message: ----------- Have I solved the Alt+F4 issue? Modified Paths: -------------- trunk/plugins/MyEmulators/myEmulators/Class1.cs trunk/plugins/MyEmulators/output.rar Modified: trunk/plugins/MyEmulators/myEmulators/Class1.cs =================================================================== --- trunk/plugins/MyEmulators/myEmulators/Class1.cs 2007-05-08 18:40:02 UTC (rev 391) +++ trunk/plugins/MyEmulators/myEmulators/Class1.cs 2007-05-08 19:20:17 UTC (rev 392) @@ -320,8 +320,8 @@ System.Diagnostics.Process spelproc = new System.Diagnostics.Process(); spelproc.StartInfo = new System.Diagnostics.ProcessStartInfo(path, args); spelproc.Start(); - spelproc.WaitForExit(); - OnPageDestroy(GetWindowId()); + //spelproc.WaitForExit(); + //OnPageDestroy(GetWindowId()); } else { Modified: trunk/plugins/MyEmulators/output.rar =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |