mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 08:52:20 +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];
|
||||
if(binary) {
|
||||
[self willChangeModelProperty];
|
||||
[anEntry addBinary:binary];
|
||||
[self didChangeModelProperty];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user