Changeset 3646
- Timestamp:
- 01/28/06 17:42:42 (3 years ago)
- Files:
-
- WiredClient/trunk/WCChat.m (modified) (1 diff)
- WiredClient/trunk/WCPublicChat.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WCChat.m
r3644 r3646 656 656 657 657 - (void)preferencesDidChange:(NSNotification *)notification { 658 NSLog(@"preferencesDidChange");659 660 658 [self _update]; 661 659 WiredClient/trunk/WCPublicChat.m
r3638 r3646 289 289 290 290 291 - (void)serverConnectionLoggedIn:(NSNotification *)notification {292 [self showWindow:self];293 294 [super serverConnectionLoggedIn:notification];295 }296 297 298 299 291 - (void)connectionDidClose:(NSNotification *)notification { 300 292 WCError *error; … … 325 317 326 318 319 - (void)serverConnectionLoggedIn:(NSNotification *)notification { 320 [self showWindow:self]; 321 322 [super serverConnectionLoggedIn:notification]; 323 } 324 325 326 327 327 - (void)serverConnectionServerInfoDidChange:(NSNotification *)notification { 328 328 NSToolbarItem *item;
