2
0

Fix Pearl/scrypt/openssl on Mac + password window.

[FIXED]     Dependencies and compilation on OS X.
[ADDED]     MPPasswordWindowController: Window to handle passwords.
This commit is contained in:
Maarten Billemont
2012-03-05 09:53:32 +01:00
parent 2761355180
commit 6bda70920b
8 changed files with 4972 additions and 439 deletions

View File

@@ -112,9 +112,8 @@
return __persistentStoreCoordinator;
}
// Returns the NSUndoManager for the application. In this case, the manager returned is that of the managed object context for the application.
- (NSUndoManager *)windowWillReturnUndoManager:(NSWindow *)window
{
- (NSUndoManager *)windowWillReturnUndoManager:(NSWindow *)window {
return [[self managedObjectContext] undoManager];
}