...
This commit is contained in:
parent
320bd90ebb
commit
69800d89c0
1 changed files with 1 additions and 1 deletions
|
|
@ -4570,7 +4570,7 @@ - (void)end_transfer_with_error:(NSError*)err {
|
||||||
Block_release(completion_handler);
|
Block_release(completion_handler);
|
||||||
completion_handler = nil;
|
completion_handler = nil;
|
||||||
}
|
}
|
||||||
[file_promise_providers removeObject:self];
|
if (file_promise_providers) [file_promise_providers removeObject:self];
|
||||||
if (drag_finish_window_id) {
|
if (drag_finish_window_id) {
|
||||||
if (!file_promise_providers || [file_promise_providers count] == 0) {
|
if (!file_promise_providers || [file_promise_providers count] == 0) {
|
||||||
fire_drag_finished();
|
fire_drag_finished();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue