Attachments on Kdb1 Entries are now supported. Saving not implemented. Attach/detach works.

This commit is contained in:
michael starke
2013-07-19 23:30:45 +02:00
parent 86d983f776
commit dc51c60c19
6 changed files with 19 additions and 10 deletions

View File

@@ -202,7 +202,7 @@
if(hasKey) {
keyOk = [self.keyURL checkResourceIsReachableAndReturnError:nil];
}
BOOL hasPassword = ![password isEmpty];
BOOL hasPassword = ![NSString isEmptyString:password];
BOOL passwordOk = YES;
if(hasPassword ) {
passwordOk = [password isEqualToString:repeat] || self.showPassword;