Fix for #1905: PythonLauncher not working correctly on OSX 10.5/Leopard

This fixes both Python Launchar and the terminalcommand module.
This commit is contained in:
Ronald Oussoren 2008-05-02 21:42:35 +00:00
parent 6780a9dd9f
commit f2ef92cee7
4 changed files with 45 additions and 103 deletions

View file

@ -121,8 +121,8 @@
return YES;
} else {
[self run];
[self close];
return NO;
[self performSelector:@selector(close) withObject:nil afterDelay:0.0];
return YES;
}
}