From 71b303235da67dee5818bdc1ef1ce7a6c5272884 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 12 Jan 2011 15:34:12 +0000 Subject: [PATCH] Actually, we need to return a Bool here. SVN revision: 56060 --- src/bin/e_icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_icon.c b/src/bin/e_icon.c index d0833b26a..52001cf32 100644 --- a/src/bin/e_icon.c +++ b/src/bin/e_icon.c @@ -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;