mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-17 13:39:40 +00:00
Dropping attachment onto an entry now adds a history entry if neede. (Fixes #789)
This commit is contained in:
@@ -34,7 +34,9 @@
|
|||||||
}
|
}
|
||||||
KPKBinary *binary = [[KPKBinary alloc] initWithContentsOfURL:location];
|
KPKBinary *binary = [[KPKBinary alloc] initWithContentsOfURL:location];
|
||||||
if(binary) {
|
if(binary) {
|
||||||
|
[self willChangeModelProperty];
|
||||||
[anEntry addBinary:binary];
|
[anEntry addBinary:binary];
|
||||||
|
[self didChangeModelProperty];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user