mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 02:22:28 +00:00
fixed merge error
This commit is contained in:
@@ -344,8 +344,8 @@ NSString *const _MPTableSecurCellView = @"PasswordCell";
|
|||||||
NSStringFromSelector(@selector(objectValue)),
|
NSStringFromSelector(@selector(objectValue)),
|
||||||
NSStringFromSelector(@selector(history))];
|
NSStringFromSelector(@selector(history))];
|
||||||
[view.textField bind:NSValueBinding toObject:view withKeyPath:historyCountKeyPath options:nil];
|
[view.textField bind:NSValueBinding toObject:view withKeyPath:historyCountKeyPath options:nil];
|
||||||
else if(isIndexColumn) {
|
|
||||||
}
|
}
|
||||||
|
else if(isIndexColumn) {
|
||||||
view.textField.stringValue = @"";
|
view.textField.stringValue = @"";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user