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

@@ -1,3 +1,3 @@
github "sparkle-project/Sparkle" ~> 1.17.0 github "sparkle-project/Sparkle" ~> 1.17.0
github "mstarke/KeePassKit" "d24bde60a1d73ab2483277f1b424d30d75210150" github "mstarke/KeePassKit" "19073179a3f4d0dad79d4ac67e39f3dec4f2f6fe"
github "mstarke/HNHUi" ~> 1.1 github "mstarke/HNHUi" ~> 1.1

View File

@@ -1,3 +1,3 @@
github "mstarke/HNHUi" "1.1" github "mstarke/HNHUi" "1.1"
github "mstarke/KeePassKit" "d24bde60a1d73ab2483277f1b424d30d75210150" github "mstarke/KeePassKit" "19073179a3f4d0dad79d4ac67e39f3dec4f2f6fe"
github "sparkle-project/Sparkle" "1.17.0" github "sparkle-project/Sparkle" "1.17.0"

View File

@@ -311,7 +311,7 @@
} }
- (NSMenu *)_buildTemplateTreeMenu:(KPKTree *)tree { - (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") NSMenuItem *selectItem = [[NSMenuItem alloc] initWithTitle:NSLocalizedString(@"NO_TEMPLATE_GROUP", @"Menu item to reset the template groups")
action:NULL action:NULL

View File

@@ -424,7 +424,7 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou
- (KPKGroup *)templates { - (KPKGroup *)templates {
/* Caching is dangerous as we might have deleted the group */ /* Caching is dangerous as we might have deleted the group */
return [self findGroup:self.tree.metaData.entryTemplatesGroup]; return [self findGroup:self.tree.metaData.entryTemplatesGroupUuid];
} }
- (BOOL)hasSearch { - (BOOL)hasSearch {