From edfc4a691ccbb70b892c27aa6a3126455c4eb5ff Mon Sep 17 00:00:00 2001 From: michael starke Date: Fri, 14 Oct 2016 15:11:24 +0200 Subject: [PATCH] added todo note --- MacPass/MPDocument.m | 1 + 1 file changed, 1 insertion(+) diff --git a/MacPass/MPDocument.m b/MacPass/MPDocument.m index e361faf7..45e1fcf2 100644 --- a/MacPass/MPDocument.m +++ b/MacPass/MPDocument.m @@ -341,6 +341,7 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou [self exitSearch:self]; [self.undoManager removeAllActions]; NSError *error; + /* TODO let the tree chose the encryption */ self.encryptedData = [self.tree encryptWithPassword:self.compositeKey forVersion:KPKDatabaseTypeXml error:&error]; if(nil == self.encryptedData && error ) { [self presentError:error];