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