Ecore File Download: don't mess with Ecore_Con event status
authorbdilly <bdilly@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 6 Jul 2011 20:56:55 +0000 (20:56 +0000)
committerbdilly <bdilly@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 6 Jul 2011 20:56:55 +0000 (20:56 +0000)
commitdbe895f8175d3a97006deed809cd4a1b9ebee6b5
treedb869bad9ba3bd6798c0f963444c476d0ea21667
parent2ad3d6f9fedc33c80fece6254f9f5139d94100a5
Ecore File Download: don't mess with Ecore_Con event status

For some reason it was passing !ev->status instead of ev->status
to completion_cb, so all the information that should be provided
(200, 400 or 404 error, ...) was becoming 0.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61099 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore_file/ecore_file_download.c