Group and Entry selection now fill some Inspector Fields. No Editingin at the moment

This commit is contained in:
michael starke
2013-03-12 00:19:17 +01:00
parent e573e461f1
commit bb7a903a03
6 changed files with 214 additions and 216 deletions

View File

@@ -216,7 +216,7 @@ NSString *const _toggleFilterUsernameButton = @"SearchUsername";
}
MPOutlineViewDelegate *delegate = [notification object];
KdbGroup *group = delegate.selectedGroup;
[self.entryTable deselectAll:nil];
//[self.entryTable deselectAll:nil];
if(group) {
[self.entryArrayController setContent:nil];
[self.entryArrayController addObjects:group.entries];