From f59fa0303531efb95ae68e419bb7d06dbf218623 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 10 Sep 2012 14:39:07 +0000 Subject: [PATCH] send progress of 0% when overwrite warning is sent to ensure that we have the src and dest accessible in efm SVN revision: 76412 --- src/bin/e_fm_op.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_fm_op.c b/src/bin/e_fm_op.c index 838bffe36..bbd7e1a01 100644 --- a/src/bin/e_fm_op.c +++ b/src/bin/e_fm_op.c @@ -1092,6 +1092,7 @@ _e_fm_op_handle_overwrite(E_Fm_Op_Task *task) else { _e_fm_op_overwrite = 1; + _e_fm_op_update_progress_report_simple(0.0, task->src.name, task->dst.name); _E_FM_OP_ERROR_SEND_WORK(task, E_FM_OP_OVERWRITE, "%s", task->dst.name); } }