Changeset 2558 for trunk/JVChatController.m
- Timestamp:
- 04/20/05 19:37:46 (4 years ago)
- Files:
-
- trunk/JVChatController.m (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/JVChatController.m
r2531 r2558 311 311 - (void) disposeViewController:(id <JVChatViewController>) controller { 312 312 NSParameterAssert( controller != nil ); 313 313 314 314 if( [controller respondsToSelector:@selector( willDispose )] ) 315 315 [(NSObject *)controller willDispose]; 316 316 317 317 [[controller windowController] removeChatViewController:controller]; 318 318 319 319 if( [controller isKindOfClass:[JVSmartTranscriptPanel class]] ) return; 320 320 … … 413 413 hideFromUser = YES; 414 414 415 if( [[NSUserDefaults standardUserDefaults] boolForKey:@"JVChatAlwaysShowNotices"] ) 415 if( [[NSUserDefaults standardUserDefaults] boolForKey:@"JVChatAlwaysShowNotices"] ) 416 416 hideFromUser = NO; 417 417 … … 442 442 [context setObject:connection forKey:@"representedObject"]; 443 443 [[JVNotificationController defaultManager] performNotification:@"JVNewMemosFromServer" withContextInfo:context]; 444 } 444 } 445 445 } 446 446 } else {
