mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-15 01:02:24 +00:00
fixed typo
This commit is contained in:
@@ -326,12 +326,12 @@ NSString *const _MPTableSecurCellView = @"PasswordCell";
|
|||||||
});
|
});
|
||||||
view.textField.formatter = formatter;
|
view.textField.formatter = formatter;
|
||||||
}
|
}
|
||||||
NSString *modificatoinTimeKeyPath = [NSString stringWithFormat:@"%@.%@.%@",
|
NSString *modificationTimeKeyPath = [NSString stringWithFormat:@"%@.%@.%@",
|
||||||
NSStringFromSelector(@selector(objectValue)),
|
NSStringFromSelector(@selector(objectValue)),
|
||||||
NSStringFromSelector(@selector(timeInfo)),
|
NSStringFromSelector(@selector(timeInfo)),
|
||||||
NSStringFromSelector(@selector(modificationDate))];
|
NSStringFromSelector(@selector(modificationDate))];
|
||||||
|
|
||||||
[view.textField bind:NSValueBinding toObject:view withKeyPath:modificatoinTimeKeyPath options:nil];
|
[view.textField bind:NSValueBinding toObject:view withKeyPath:modificationTimeKeyPath options:nil];
|
||||||
return view;
|
return view;
|
||||||
}
|
}
|
||||||
else if(isURLColumn) {
|
else if(isURLColumn) {
|
||||||
|
|||||||
Reference in New Issue
Block a user