Skip to content

Instantly share code, notes, and snippets.

@boucher
Created February 1, 2010 00:00
Show Gist options
  • Save boucher/291324 to your computer and use it in GitHub Desktop.
Save boucher/291324 to your computer and use it in GitHub Desktop.
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