Changeset 5340

Show
Ignore:
Timestamp:
03/01/08 09:08:21 (4 months ago)
Author:
morris
Message:

Load window template before changing directory

Files:

Legend:

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

    r5258 r5340  
    7979         
    8080        [self window]; 
    81         [self windowTemplate]; 
    82          
    8381        [self validate]; 
    8482        [self setReleasedWhenClosed:YES]; 
     
    412410 
    413411- (void)windowDidLoad { 
     412        [super windowDidLoad]; 
     413         
     414        [self windowTemplate]; 
     415 
    414416        [_filesBrowser setCellClass:[WCFilesBrowserCell class]]; 
    415417        [_filesBrowser setMatrixClass:[WIMatrix class]]; 
     
    442444         
    443445        [_styleMatrix selectCellWithTag:_type]; 
    444          
    445         [super windowDidLoad]; 
    446446} 
    447447