More work on Recylcebin support #24

Document settings display tree to chose recycle bin location
This commit is contained in:
michael starke
2013-07-02 00:48:48 +02:00
parent d5e40721dd
commit f3001b35e1
21 changed files with 477 additions and 220 deletions

View File

@@ -224,6 +224,7 @@ NSString *const MPCurrentItemChangedNotification = @"com.hicknhack.macpass.MPCur
if(!self.documentSettingsWindowController) {
_documentSettingsWindowController = [[MPDocumentSettingsWindowController alloc] initWithDocument:[self document]];
}
[_documentSettingsWindowController update];
[[NSApplication sharedApplication] beginSheet:[_documentSettingsWindowController window] modalForWindow:[self window] modalDelegate:nil didEndSelector:NULL contextInfo:NULL];
}