using non-leaking KeePassKit

This commit is contained in:
michael starke
2017-05-04 13:25:30 +02:00
parent 2edd97c929
commit 94676b82bc
4 changed files with 4 additions and 4 deletions

View File

@@ -311,7 +311,7 @@
}
- (NSMenu *)_buildTemplateTreeMenu:(KPKTree *)tree {
NSMenu *menu = [self _buildTreeMenu:tree preselect:tree.metaData.entryTemplatesGroup];
NSMenu *menu = [self _buildTreeMenu:tree preselect:tree.metaData.entryTemplatesGroupUuid];
NSMenuItem *selectItem = [[NSMenuItem alloc] initWithTitle:NSLocalizedString(@"NO_TEMPLATE_GROUP", @"Menu item to reset the template groups")
action:NULL