discomfitor pushed a commit to branch enlightenment-0.21.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=cf9605ffca977b1604de45a0c8aa8ff7b35271a8

commit cf9605ffca977b1604de45a0c8aa8ff7b35271a8
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 43ac2cdf3..03d0cee56 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 */
                {

-- 


Reply via email to