mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 08:12:28 +00:00
added todo note
This commit is contained in:
@@ -341,6 +341,7 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou
|
|||||||
[self exitSearch:self];
|
[self exitSearch:self];
|
||||||
[self.undoManager removeAllActions];
|
[self.undoManager removeAllActions];
|
||||||
NSError *error;
|
NSError *error;
|
||||||
|
/* TODO let the tree chose the encryption */
|
||||||
self.encryptedData = [self.tree encryptWithPassword:self.compositeKey forVersion:KPKDatabaseTypeXml error:&error];
|
self.encryptedData = [self.tree encryptWithPassword:self.compositeKey forVersion:KPKDatabaseTypeXml error:&error];
|
||||||
if(nil == self.encryptedData && error ) {
|
if(nil == self.encryptedData && error ) {
|
||||||
[self presentError:error];
|
[self presentError:error];
|
||||||
|
|||||||
Reference in New Issue
Block a user