Elm: DragNDrop: Don't check extensions on drags
authorBrett Nash <nash@nash.id.au>
Thu, 31 Mar 2011 12:29:20 +0000 (12:29 +0000)
committerBrett Nash <nash@nash.id.au>
Thu, 31 Mar 2011 12:29:20 +0000 (12:29 +0000)
commit4c7743b3e19d97478446d4ff20601eec8f1ec5ff
tree8cd1a1dbdb4758e0aad9d34d351c4607525e4de4
parent0b7c88fd6edaa61c22f313fa8d19ad0662c3f5bc
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.

SVN revision: 58229
src/lib/elm_cnp_helper.c