From 373b7f6381b3f5b519775073abcb784b7d53f425 Mon Sep 17 00:00:00 2001 From: michael starke Date: Sun, 20 Oct 2013 19:47:26 +0200 Subject: [PATCH] Hidden unused edit button in inspector Fixed wrong displayed group name for search results. --- MacPass/Base.lproj/InspectorView.xib | 8 ++++---- MacPass/MPEntryViewController.m | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MacPass/Base.lproj/InspectorView.xib b/MacPass/Base.lproj/InspectorView.xib index 17fdf5a3..fb0f2093 100644 --- a/MacPass/Base.lproj/InspectorView.xib +++ b/MacPass/Base.lproj/InspectorView.xib @@ -2,9 +2,9 @@ 1080 - 12F37 + 12F45 4510 - 1187.39 + 1187.40 626.00 com.apple.InterfaceBuilder.CocoaPlugin @@ -126,8 +126,8 @@ - 268 - {{20, 2}, {42, 25}} + -2147483380 + {{20, 2}, {35, 25}} diff --git a/MacPass/MPEntryViewController.m b/MacPass/MPEntryViewController.m index fecb1105..dbded15b 100644 --- a/MacPass/MPEntryViewController.m +++ b/MacPass/MPEntryViewController.m @@ -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]; } }