Changeset 4381
- Timestamp:
- 09/22/06 13:10:08 (2 years ago)
- Files:
-
- WiredClient/trunk/WCAccountEditor.m (modified) (1 diff)
- WiredClient/trunk/WCPreview.m (modified) (1 diff)
- WiredClient/trunk/WCPrivateChat.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WCAccountEditor.m
r4146 r4381 306 306 307 307 308 - (void)connection ShouldTerminate:(NSNotification *)notification {308 - (void)connectionWillTerminate:(NSNotification *)notification { 309 309 [self close]; 310 310 } WiredClient/trunk/WCPreview.m
r3974 r4381 407 407 408 408 409 - (void)connection ShouldTerminate:(NSNotification *)notification {409 - (void)connectionWillTerminate:(NSNotification *)notification { 410 410 [self close]; 411 411 } WiredClient/trunk/WCPrivateChat.m
r4000 r4381 120 120 121 121 122 - (void)connection ShouldTerminate:(NSNotification *)notification {122 - (void)connectionWillTerminate:(NSNotification *)notification { 123 123 [self close]; 124 124 }
