Created
February 1, 2010 00:00
-
-
Save boucher/291324 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..4b9c3f3 100644 | |
| --- a/AppKit/CPApplication.j | |
| +++ b/AppKit/CPApplication.j | |
| @@ -307,7 +307,7 @@ CPRunContinuesResponse = -1002; | |
| postNotificationName:CPApplicationDidFinishLaunchingNotification | |
| object:self]; | |
| - [[CPRunLoop currentRunLoop] limitDateForMode:CPDefaultRunLoopMode]; | |
| + //[[CPRunLoop currentRunLoop] limitDateForMode:CPDefaultRunLoopMode]; | |
| _finishedLaunching = YES; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment