Elm: DragNDrop: Don't check extensions on drags
authornash <nash@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 31 Mar 2011 12:29:20 +0000 (12:29 +0000)
committernash <nash@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 31 Mar 2011 12:29:20 +0000 (12:29 +0000)
commit89a60079ad191dd4e88268e5c585583d1f42de59
tree8cd1a1dbdb4758e0aad9d34d351c4607525e4de4
parentd0951451b725a5842e5eece35d6f4e6b695abce3
Elm: DragNDrop: Don't check extensions on drags

Patch from 장효영 (Hyoyoung Chang).  Basically checking extensions is silly,
      and some real life use shows it just breaks things.  Especially since we
      aren't liberal enough with the extensions we check.

I also cleaned up some whitespace and weird indentation at the edges.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58229 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/elm_cnp_helper.c