Changeset 228

Show
Ignore:
Timestamp:
09/22/07 11:49:30 (1 year ago)
Author:
gbooker
Message:

Make sure the directory contents are refreshed on first load of browser.
Said the file class was the enum so the debugger shows the defined values rather than numbers.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/SapphireBrowser.m

    r226 r228  
    291291    // always call super 
    292292    [super wasPushed]; 
     293        [self reloadDirectoryContents]; 
    293294        /*Get metadata when we can*/ 
    294295        [metaData resumeDelayedImport]; 
     
    409410*/ 
    410411        NSString * displayName=nil ; 
    411         int fileCls=0 ; 
     412        FileClass fileCls=0 ; 
    412413        /*Check for no items*/ 
    413414        int nameCount = [_names count];