Preferences should be set in +load rather than +initialize, as we can’t rely on AppDe...
authorCiarán Walsh <git@ciaranwal.sh>
Tue, 15 Jul 2008 07:40:07 +0000 (08:40 +0100)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 1 Aug 2008 17:32:06 +0000 (13:32 -0400)
commitf0775fe6ba3c30bc0d7ae596552a0816dabb8f6c
treef704e7f8012e790662a0c5f6cea3eba50e01d3e2
parentd527ca2719f1e61158eaa5b69b9cd5bb341c1811
Preferences should be set in +load rather than +initialize, as we can’t rely on AppDelegate receiving a message before any other objects (In this case, DebuggerController was being created first, leading to sockets without the correct default port number).

* Source/AppDelegate.m:
(initialize): Change to load
Source/AppDelegate.m