send progress of 0% when overwrite warning is sent to ensure that we have the src and dest accessible in efm

SVN revision: 76412
This commit is contained in:
Mike Blumenkrantz 2012-09-10 14:39:07 +00:00
parent 0e1b4f5322
commit f59fa03035
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}