Evas image: reset error after setting a proxy.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 18 Jul 2012 14:09:53 +0000 (14:09 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 18 Jul 2012 14:09:53 +0000 (14:09 +0000)
commit74e009e6dd21f1bf2631cccb1ab3ddc89bccc56c
tree41699a107321d3fd804b41ec4e285a108178640d
parent4a1d809aae380282cb5c3b046cef3898bde831e6
Evas image: reset error after setting a proxy.

evas_object_image_file_set tries to load the file even if the file is NULL,
this in turn makes proxies always report about an error, although there
isn't really one.
I'm not sure whether evas_object_image_file_set should behave the way it
does, but I'm sure the proxy needs to reset the error anyway (because of
potential previous errors).

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@74073 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/canvas/evas_object_image.c