From d95b1bcf91d90f5dcb9131954588e6abded823c2 Mon Sep 17 00:00:00 2001 From: michael starke Date: Thu, 4 Dec 2014 11:13:24 +0100 Subject: [PATCH] Updated comment --- MacPass/MPDocument.m | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MacPass/MPDocument.m b/MacPass/MPDocument.m index 92466f32..24934f05 100644 --- a/MacPass/MPDocument.m +++ b/MacPass/MPDocument.m @@ -315,7 +315,10 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGroupKey self.tree.metaData.masterKeyChanged = [NSDate date]; /* Key change is not undoable so just recored the change as done */ [self updateChangeCount:NSChangeDone]; - /* We need to store the key file once the user actually writes the database */ + /* + If the user opted to remeber key files for documents, we should update this information. + But it's impossible to know, if he actaully saves the changes! + */ return YES; }