Basic (buggy) Tree handling

This commit is contained in:
michael starke
2013-02-15 02:51:01 +01:00
parent d8e28b75c1
commit 8ab272179e
9 changed files with 43 additions and 9 deletions

View File

@@ -53,7 +53,7 @@
if(result == NSFileHandlingPanelOKButton) {
NSURL *file = [[openPanel URLs] lastObject];
if(file) {
[self.mainWindowController presentPasswordInput];
[self.mainWindowController presentPasswordInput:(NSURL *)file];
}
}
}];