mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
3ddb85c25c
commit
4126859bd5
3 changed files with 26 additions and 22 deletions
|
@ -698,7 +698,7 @@ deserializeFromInfo(_NSDeserializerInfo* info)
|
|||
}
|
||||
else
|
||||
{
|
||||
[NSNotificationCenter
|
||||
[[NSNotificationCenter defaultCenter]
|
||||
addObserver: self
|
||||
selector: @selector(_becomeThreaded:)
|
||||
name: NSWillBecomeMultiThreadedNotification
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue