@@ -293,10 +293,12 @@ #undef REGISTER_SIGNAL } - (void)run { + [OFThread _createMainThread]; + [delegate applicationDidFinishLaunching]; for (;;) [OFThread sleepForTimeInterval: 86400]; }