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)
commit2ae7a192abd73f9397be062aa27e71ad8d350cbe
tree41699a107321d3fd804b41ec4e285a108178640d
parent09622cd77fb896a6e910639873c4d970b85fceef
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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@74073 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/canvas/evas_object_image.c