From affc6d8d258a7caf02b421885ec6ac079450f502 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 14 Sep 2012 17:00:41 +0000 Subject: [PATCH] another efm_op patch from Maxime Villard, I don't even know what it does SVN revision: 76686 --- src/bin/e_fm_op.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bin/e_fm_op.c b/src/bin/e_fm_op.c index d9211b63d..c03dd95ef 100644 --- a/src/bin/e_fm_op.c +++ b/src/bin/e_fm_op.c @@ -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();