From 1280fd236443c63ef67a6f6631c1ea6dff5ab78c Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 1 Aug 2012 08:49:04 +0000 Subject: [PATCH] fix efm dnd with list view SVN revision: 74720 --- src/bin/e_fm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index f06e1e2ba..00052ee67 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -6349,7 +6349,7 @@ _e_fm2_cb_dnd_drop(void *data, const char *type, void *event) sd->realpath, ecore_file_file_get(fp)); if (sd->config->view.link_drop) { - _e_fm2_client_file_symlink(buf, fp, sd->drop_icon->info.file, sd->drop_after, -9999, -9999, sd->h, sd->h, sd->obj); + _e_fm2_client_file_symlink(fp, buf, sd->drop_icon->info.file, sd->drop_after, -9999, -9999, sd->h, sd->h, sd->obj); } else {