Using Go → Enclosing Folder selects the child

This is consistent with how Finder works and I think this is desired behavior to sort of track where we came from.
This commit is contained in:
Allan Odgaard
2013-01-13 04:21:22 +01:00
parent c78c758c4a
commit 64f0f209da

View File

@@ -874,7 +874,7 @@ static NSMutableSet* SymmetricDifference (NSMutableSet* aSet, NSMutableSet* anot
[_outlineView deselectAll:sender];
}
- (IBAction)goToParentFolder:(id)sender { [self goToURL:ParentForURL(_url)]; }
- (IBAction)goToParentFolder:(id)sender { [self selectURL:_url withParentURL:ParentForURL(_url)]; }
- (IBAction)goToComputer:(id)sender { [self goToURL:kURLLocationComputer]; }
- (IBAction)goToHome:(id)sender { [self goToURL:kURLLocationHome]; }
- (IBAction)goToDesktop:(id)sender { [self goToURL:kURLLocationDesktop]; }