another efm_op patch from Maxime Villard, I don't even know what it does

SVN revision: 76686
This commit is contained in:
Mike Blumenkrantz 2012-09-14 17:00:41 +00:00
parent c1fc3c7ed5
commit affc6d8d25
1 changed files with 4 additions and 0 deletions

View File

@ -145,6 +145,7 @@ struct _E_Fm_Op_Task
void *data;
E_Fm_Op_Task *parent;
E_Fm_Op_Type type;
E_Fm_Op_Type overwrite;
@ -342,6 +343,9 @@ skip_arg:
}
else
{
if (type == E_FM_OP_MOVE)
type = E_FM_OP_RENAME;
E_Fm_Op_Task *task;
task = _e_fm_op_task_new();