Picking “Other…” in file browser would stick

Issue #673.
This commit is contained in:
Allan Odgaard
2013-01-16 04:29:02 +01:00
parent a2a3bf96b5
commit d7661fc7bb

View File

@@ -904,6 +904,9 @@ static NSMutableSet* SymmetricDifference (NSMutableSet* aSet, NSMutableSet* anot
- (IBAction)orderFrontGoToFolder:(id)sender
{
if(_headerView.folderPopUpButton.selectedItem.action == _cmd)
[_headerView.folderPopUpButton selectItemAtIndex:0];
NSOpenPanel* panel = [NSOpenPanel openPanel];
[panel setCanChooseFiles:NO];
[panel setCanChooseDirectories:YES];