From 1807ea8dae79d55f6132f01eef665f3bf9b86214 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 18 Jun 2012 13:21:52 +0000 Subject: [PATCH] on second thought, don't remove the delete task if we're still waiting for an overwrite confirmation SVN revision: 72396 --- src/bin/e_fm_op.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/e_fm_op.c b/src/bin/e_fm_op.c index eca63a987..77e8808f7 100644 --- a/src/bin/e_fm_op.c +++ b/src/bin/e_fm_op.c @@ -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. */