Eina Model: Fix wrong error checking in the method resolve functions.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 7 Feb 2012 13:17:13 +0000 (13:17 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 7 Feb 2012 13:17:13 +0000 (13:17 +0000)
commitaa43e0b9e45053a97e0e4d164ec5c80e4de49695
tree7cd2c8703c2005bfdf1deef1bd3a20dd0b482628
parentbd848d45d84d7a118fb9c65a0c1c10e1b43f7ae5
Eina Model: Fix wrong error checking in the method resolve functions.

This enables resolving method foo...
struct _My_Object_Type
{
   Eina_Model_Type parent;
   void (*foo)(Eina_Model *, int);
   ...
}

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@67732 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/eina_model.c