check efm path existence before using it during dnd selections

CID 1374484
This commit is contained in:
Mike Blumenkrantz 2017-05-12 12:09:18 -04:00
parent effbb81722
commit fbca4fa5e4
1 changed files with 1 additions and 1 deletions

View File

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