fixed merge error

This commit is contained in:
michael starke
2016-10-19 18:24:09 +02:00
parent 3a8fe7f98a
commit f39086c080

View File

@@ -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 = @"";
}
}