Changeset 3013

Show
Ignore:
Timestamp:
06/29/05 03:07:12 (4 years ago)
Author:
morris
Message:

No longer subscribing to NSApp notifications

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredServer/trunk/WCDashboardController.m

    r3011 r3013  
    6464        [[NSNotificationCenter defaultCenter] 
    6565                addObserver:self 
    66                    selector:@selector(applicationWillTerminate:) 
    67                            name:NSApplicationWillTerminateNotification 
    68                          object:NULL]; 
    69          
    70         [[NSNotificationCenter defaultCenter] 
    71                 addObserver:self 
    7266                   selector:@selector(authorizationStatusDidChange:) 
    7367                           name:WCAuthorizationStatusDidChange