Actually, we need to return a Bool here.
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 12 Jan 2011 15:34:12 +0000 (15:34 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 12 Jan 2011 15:34:12 +0000 (15:34 +0000)
SVN revision: 56060

src/bin/e_icon.c

index d0833b2..52001cf 100644 (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;