on second thought, don't remove the delete task if we're still waiting for an overwrite confirmation

SVN revision: 72396
This commit is contained in:
Mike Blumenkrantz 2012-06-18 13:21:52 +00:00
parent 251a9b479a
commit 1807ea8dae
1 changed files with 2 additions and 1 deletions

View File

@ -899,7 +899,8 @@ _e_fm_op_send_error(E_Fm_Op_Task *task, E_Fm_Op_Type type, const char *fmt, ...)
}
va_end(ap);
_e_fm_op_remove_link_task(task);
if (!_e_fm_op_overwrite)
_e_fm_op_remove_link_task(task);
}
/* Unrolls task: makes a clean up and updates progress info. */