block XDS drops in link_drop targets

SVN revision: 76593
This commit is contained in:
Mike Blumenkrantz 2012-09-13 08:53:18 +00:00
parent 5b80ad77d9
commit 1cdea8bab9
1 changed files with 1 additions and 0 deletions

View File

@ -888,6 +888,7 @@ _e_fm2_cb_dnd_drop(void *data)
}
else
allow = (sd->realpath && ecore_file_can_write(sd->realpath));
if (sd->config->view.link_drop) allow = EINA_FALSE;
e_drop_xds_update(allow, sd->drop_icon ? buf : sd->realpath);
evas_object_smart_callback_call(sd->obj, "dnd_end", sd->drop_icon ? &sd->drop_icon->info : NULL);
return allow;