Dropping attachment onto an entry now adds a history entry if neede. (Fixes #789)

This commit is contained in:
Michael Starke
2018-05-09 18:32:29 +02:00
parent bffbc22a68
commit d6e01235e9

View File

@@ -34,7 +34,9 @@
}
KPKBinary *binary = [[KPKBinary alloc] initWithContentsOfURL:location];
if(binary) {
[self willChangeModelProperty];
[anEntry addBinary:binary];
[self didChangeModelProperty];
}
}