Renaming, moving functionality to KeePassKit where suitable

This commit is contained in:
michael starke
2015-07-20 11:41:58 +02:00
parent 0cb398394a
commit 6a3ef03707
11 changed files with 42 additions and 97 deletions

View File

@@ -99,7 +99,7 @@
validTarget &= index != NSOutlineViewDropOnItemIndex;
validTarget &= index != [self.localDraggedGroup.parent.groups indexOfObject:self.localDraggedGroup];
}
BOOL isAnchesor = [self.localDraggedGroup isAnchestorOfGroup:targetGroup];
BOOL isAnchesor = [self.localDraggedGroup isAnchestorOf:targetGroup];
validTarget &= !isAnchesor;
}
else {