Changeset 5177

Show
Ignore:
Timestamp:
01/17/08 15:29:13 (1 year ago)
Author:
morris
Message:

Clear selection path after we've used it, fixes a bug with selecting when moving forward in history

Files:

Legend:

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

    r4965 r5177  
    202202        [[_filesBrowser matrixInColumn:[_filesBrowser lastColumn]] setMenu:[_filesBrowser menu]]; 
    203203 
    204         if([self _selectPath]) 
     204        if([self _selectPath]) { 
    205205                [_filesTableView selectRowWithStringValue:[[self _selectPath] lastPathComponent]]; 
     206                 
     207                [self _setSelectPath:NULL]; 
     208        } 
    206209         
    207210        [[self connection] addObserver:self