Changeset 5249

Show
Ignore:
Timestamp:
02/11/08 11:37:36 (8 months ago)
Author:
morris
Message:

Save window template before closing

Files:

Legend:

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

    r4799 r5249  
    307307 
    308308- (void)connectionWillTerminate:(NSNotification *)notification { 
     309        [super connectionWillTerminate:notification]; 
     310 
    309311        [self close]; 
    310          
    311         [super connectionWillTerminate:notification]; 
    312312} 
    313313 
  • WiredClient/trunk/WCAccounts.m

    r4974 r5249  
    271271 
    272272- (void)connectionWillTerminate:(NSNotification *)notification { 
     273        [super connectionWillTerminate:notification]; 
     274 
    273275        [self close]; 
    274276        [self autorelease]; 
    275          
    276         [super connectionWillTerminate:notification]; 
    277277} 
    278278 
  • WiredClient/trunk/WCConsole.m

    r4775 r5249  
    148148 
    149149- (void)connectionWillTerminate:(NSNotification *)notification { 
     150        [super connectionWillTerminate:notification]; 
     151 
    150152        [self close]; 
    151153        [self autorelease]; 
    152          
    153         [super connectionWillTerminate:notification]; 
    154154} 
    155155 
  • WiredClient/trunk/WCFileInfo.m

    r5188 r5249  
    413413 
    414414- (void)connectionWillTerminate:(NSNotification *)notification { 
     415        [super connectionWillTerminate:notification]; 
     416 
    415417        [self close]; 
    416          
    417         [super connectionWillTerminate:notification]; 
    418418} 
    419419 
  • WiredClient/trunk/WCFiles.m

    r5199 r5249  
    489489 
    490490- (void)connectionWillTerminate:(NSNotification *)notification { 
     491        [super connectionWillTerminate:notification]; 
     492 
    491493        [self close]; 
    492          
    493         [super connectionWillTerminate:notification]; 
    494494} 
    495495 
  • WiredClient/trunk/WCMessages.m

    r4977 r5249  
    561561        [self _readMessages]; 
    562562         
     563        [super connectionWillTerminate:notification]; 
     564 
    563565        [self close]; 
    564566        [self autorelease]; 
    565          
    566         [super connectionWillTerminate:notification]; 
    567567} 
    568568 
  • WiredClient/trunk/WCNews.m

    r4965 r5249  
    239239        [self _readAllPosts]; 
    240240 
     241        [super connectionWillTerminate:notification]; 
     242 
    241243        [self close]; 
    242244        [self autorelease]; 
    243          
    244         [super connectionWillTerminate:notification]; 
    245245} 
    246246 
  • WiredClient/trunk/WCPreview.m

    r5203 r5249  
    406406 
    407407- (void)connectionWillTerminate:(NSNotification *)notification { 
     408        [super connectionWillTerminate:notification]; 
     409 
    408410        [self close]; 
    409          
    410         [super connectionWillTerminate:notification]; 
    411411} 
    412412 
  • WiredClient/trunk/WCPrivateChat.m

    r4799 r5249  
    121121 
    122122- (void)connectionWillTerminate:(NSNotification *)notification { 
     123        [super connectionWillTerminate:notification]; 
     124 
    123125        [self close]; 
    124          
    125         [super connectionWillTerminate:notification]; 
    126126} 
    127127 
  • WiredClient/trunk/WCPublicChat.m

    r4831 r5249  
    330330        [_userListTableView setDataSource:NULL]; 
    331331 
     332        [super connectionWillTerminate:notification]; 
     333 
    332334        [self autorelease]; 
    333          
    334         [super connectionWillTerminate:notification]; 
    335335} 
    336336 
     
    345345                [[self connection] sendCommand:WCBannerCommand]; 
    346346 
    347         [self showWindow:self]; 
     347        [self performSelector:@selector(showWindow:) withObject:self afterDelay:0.0]; 
    348348         
    349349        _isShown = YES; 
  • WiredClient/trunk/WCSearch.m

    r4775 r5249  
    169169        [_filesTableView setDataSource:NULL]; 
    170170 
     171        [super connectionWillTerminate:notification]; 
     172 
    171173        [self close]; 
    172174        [self autorelease]; 
    173          
    174         [super connectionWillTerminate:notification]; 
    175175} 
    176176 
  • WiredClient/trunk/WCServerInfo.m

    r4980 r5249  
    227227 
    228228- (void)connectionWillTerminate:(NSNotification *)notification { 
     229        [super connectionWillTerminate:notification]; 
     230 
    229231        [self close]; 
    230          
    231232        [self autorelease]; 
    232          
    233         [super connectionWillTerminate:notification]; 
    234233} 
    235234 
  • WiredClient/trunk/WCTransfers.m

    r5248 r5249  
    11901190        [_timer invalidate]; 
    11911191 
     1192        [super connectionWillTerminate:notification]; 
     1193 
    11921194        [self close]; 
    11931195        [self autorelease]; 
    1194          
    1195         [super connectionWillTerminate:notification]; 
    11961196} 
    11971197 
  • WiredClient/trunk/WCUserInfo.m

    r4963 r5249  
    246246 
    247247- (void)connectionWillTerminate:(NSNotification *)notification { 
     248        [super connectionWillTerminate:notification]; 
     249 
    248250        [self close]; 
    249          
    250         [super connectionWillTerminate:notification]; 
    251251} 
    252252