Created
February 1, 2010 00:03
-
-
Save boucher/291328 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/AppKit/CPApplication.j b/AppKit/CPApplication.j | |
| index c8debf4..52b7c9a 100644 | |
| --- a/AppKit/CPApplication.j | |
| +++ b/AppKit/CPApplication.j | |
| @@ -1059,7 +1059,9 @@ var _CPAppBootstrapperActions = nil; | |
| return; | |
| } | |
| - [CPApp run]; | |
| + setTimeout(function(){ | |
| + [CPApp run]; | |
| + }, 0); | |
| } | |
| + (BOOL)bootstrapPlatform |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment