Changeset 5318
- Timestamp:
- 02/28/08 04:31:36 (4 months ago)
- Files:
-
- WiredClient/trunk/WCPublicChat.m (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WCPublicChat.m
r5249 r5318 49 49 - (NSToolbar *)_toolbar; 50 50 51 - (void)_showChatWindow; 52 51 53 - (void)_updateMessagesIcon; 52 54 - (void)_updateNewsIcon; … … 178 180 179 181 return [toolbar autorelease]; 182 } 183 184 185 186 #pragma mark - 187 188 - (void)_showChatWindow { 189 if(![self isHidden]) 190 [self showWindow:self]; 180 191 } 181 192 … … 345 356 [[self connection] sendCommand:WCBannerCommand]; 346 357 347 [self performSelector:@selector( showWindow:) withObject:selfafterDelay:0.0];358 [self performSelector:@selector(_showChatWindow) afterDelay:0.0]; 348 359 349 360 _isShown = YES;
