mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 08:19:28 +00:00
updated to Xcode 9, using current KeePassKit for better custom icon support
This commit is contained in:
@@ -895,10 +895,10 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou
|
||||
|
||||
- (void)_emptyTrash {
|
||||
for(KPKEntry *entry in [self.trash childEntries]) {
|
||||
[[self undoManager] removeAllActionsWithTarget:entry];
|
||||
[self.undoManager removeAllActionsWithTarget:entry];
|
||||
}
|
||||
for(KPKGroup *group in [self.trash childGroups]) {
|
||||
[[self undoManager] removeAllActionsWithTarget:group];
|
||||
[self.undoManager removeAllActionsWithTarget:group];
|
||||
}
|
||||
[self.trash clear];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user