Fix notification usage.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4410 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-06-16 10:23:33 +00:00
parent 3ddb85c25c
commit 4126859bd5
3 changed files with 26 additions and 22 deletions

View file

@ -698,7 +698,7 @@ deserializeFromInfo(_NSDeserializerInfo* info)
}
else
{
[NSNotificationCenter
[[NSNotificationCenter defaultCenter]
addObserver: self
selector: @selector(_becomeThreaded:)
name: NSWillBecomeMultiThreadedNotification