discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=fbca4fa5e452a7b34c21e914c6d5f73fb46cd408
commit fbca4fa5e452a7b34c21e914c6d5f73fb46cd408 Author: Mike Blumenkrantz <zm...@osg.samsung.com> Date: Fri May 12 12:09:18 2017 -0400 check efm path existence before using it during dnd selections CID 1374484 --- 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 c61ec19..d4b74d3 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -7061,7 +7061,7 @@ _e_fm2_cb_dnd_selection_notify(void *data, const char *type, void *event) } } } - else + else if (sd->realpath) { if (_e_fm2_view_mode_get(sd) == E_FM2_VIEW_MODE_LIST && sd->order_file) /* list */ { --