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:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user