fix efm dnd with list view

SVN revision: 74720
This commit is contained in:
Mike Blumenkrantz 2012-08-01 08:49:04 +00:00
parent 837e220d75
commit 1280fd2364
1 changed files with 1 additions and 1 deletions

View File

@ -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
{