fix dnd into favorites views

ticket #1638


SVN revision: 78158
This commit is contained in:
Mike Blumenkrantz 2012-10-18 08:07:17 +00:00
parent 46d2653dbc
commit fb4d32599d
1 changed files with 1 additions and 1 deletions

View File

@ -853,7 +853,7 @@ _e_fm2_cb_dnd_drop(void *data, const char *type)
Eina_Bool allow;
char buf[PATH_MAX];
if (sd->config->view.link_drop && (!sd->drop_icon))
if (sd->config->view.link_drop && (type == _e_fm2_xds))
allow = EINA_FALSE;
else
{