Hidden unused edit button in inspector

Fixed wrong displayed group name for search results.
This commit is contained in:
michael starke
2013-10-20 19:47:26 +02:00
parent 09263b4559
commit 373b7f6381
2 changed files with 5 additions and 5 deletions

View File

@@ -231,7 +231,7 @@ NSString *const _MPTAbleSecurCellView = @"PasswordCell";
}
else {
assert(entry.parent);
[[view textField] bind:NSValueBinding toObject:entry.parent withKeyPath:@"parent.name" options:nil];
[[view textField] bind:NSValueBinding toObject:entry.parent withKeyPath:@"name" options:nil];
[[view imageView] setImage:entry.iconImage];
}
}