summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2012-07-21 13:48:35 +0000
committerVincent Torri <vincent.torri@gmail.com>2012-07-21 13:48:35 +0000
commit7e40b5f15a1f8bf9ce35436dbb0dc4191423e6b0 (patch)
tree8d03145fa64b8a353cf842f17f48befa86f6e751 /AUTHORS
parent58be84aa8e0a5817e6b259049d4a27e094a7cab4 (diff)
downloadenlightenment-7e40b5f15a1f8bf9ce35436dbb0dc4191423e6b0.tar.gz
E17: symlink fixes
when copying symlinks, it creates a symlink to the destination but with the name of the pointed file/folder. It causes problems, ex: we can't copy two symlinks pointing to the same file, because they will have the same name. Also when copying, if it's a link, we fill the destination in the struct task, then, after we check overwrite with _e_fm_op_handle_overwrite() Here is a patch which corrects this. Patch by Maxime Villard (rustyBSD), modified a bit by me (add 2 free() + formatting) SVN revision: 74264
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index be4dbcadb6..d93288ec6b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -34,3 +34,4 @@ Gwanglim Lee <gl77.lee@samsung.com>
Thomas Gstädtner <thomas@gstaedtner.net>
q66 <quaker66@gmail.com>
Tom Hacohen (TAsn) <tom@stosb.com>
+Maxime Villard <rustyBSD@gmx.fr>