lets not break dnd onto dirs.. within the same efm view.

SVN revision: 79763
This commit is contained in:
Carsten Haitzler 2012-11-28 04:11:33 +00:00
parent 022e768010
commit ef76974ffc
1 changed files with 2 additions and 2 deletions

View File

@ -6414,7 +6414,7 @@ _e_fm2_cb_dnd_selection_notify(void *data, const char *type, void *event)
fsel = e_fm2_uri_path_list_get(ev->data); fsel = e_fm2_uri_path_list_get(ev->data);
fp = eina_list_data_get(fsel); fp = eina_list_data_get(fsel);
if (fp && sd->realpath) if (fp && sd->realpath && ((sd->drop_all) || (!sd->drop_icon)))
{ {
const char *f; const char *f;
@ -6434,7 +6434,7 @@ _e_fm2_cb_dnd_selection_notify(void *data, const char *type, void *event)
} }
} }
} }
isel = _e_fm2_uri_icon_list_get(fsel); isel = _e_fm2_uri_icon_list_get(fsel);
if (!isel) return; if (!isel) return;
ox = 0; oy = 0; ox = 0; oy = 0;