Actually, we need to return a Bool here.

SVN revision: 56060
This commit is contained in:
Christopher Michael 2011-01-12 15:34:12 +00:00
parent bd2aa1b03d
commit 71b303235d
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ e_icon_file_set(Evas_Object *obj, const char *file)
E_Smart_Data *sd;
int len;
if (!file) return;
if (!file) return EINA_FALSE;
if (!(sd = evas_object_smart_data_get(obj)))
return EINA_FALSE;