Changeset 4381

Show
Ignore:
Timestamp:
09/22/06 13:10:08 (2 years ago)
Author:
morris
Message:

Close on connectionWillTerminate, not connectionShouldTerminate

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/WCAccountEditor.m

    r4146 r4381  
    306306 
    307307 
    308 - (void)connectionShouldTerminate:(NSNotification *)notification { 
     308- (void)connectionWillTerminate:(NSNotification *)notification { 
    309309        [self close]; 
    310310} 
  • WiredClient/trunk/WCPreview.m

    r3974 r4381  
    407407 
    408408 
    409 - (void)connectionShouldTerminate:(NSNotification *)notification { 
     409- (void)connectionWillTerminate:(NSNotification *)notification { 
    410410        [self close]; 
    411411} 
  • WiredClient/trunk/WCPrivateChat.m

    r4000 r4381  
    120120 
    121121 
    122 - (void)connectionShouldTerminate:(NSNotification *)notification { 
     122- (void)connectionWillTerminate:(NSNotification *)notification { 
    123123        [self close]; 
    124124}