elm_config: replace ecore_file_mv with ecore_file_cp
authorWonki Kim <wonki_.kim@samsung.com>
Sat, 24 Nov 2018 03:25:25 +0000 (03:25 +0000)
committerHermet Park <hermetpark@gmail.com>
Wed, 5 Dec 2018 05:50:10 +0000 (14:50 +0900)
commit25c328b179bbe4bb8ecbd920969b6ec8c626047f
tree53801448e483b0b61458f640c8a1bab0f0bef841
parent54f5cfb2743864a990af75b536a5b5ccd6d41cb1
elm_config: replace ecore_file_mv with ecore_file_cp

eio_monitor could miss what it is tracking on
in case of calling ecore_file_mv on the tracked file.
so that this patch replace move with copy.

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D7352
src/lib/elementary/elm_config.c