[controlbar] change -1 to EINA_FALSE
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Fri, 11 Feb 2011 05:06:47 +0000 (14:06 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Fri, 11 Feb 2011 05:06:47 +0000 (14:06 +0900)
Change-Id: Ic148a93b0798f425778c3abc3efac4b036548fc0

src/lib/elm_controlbar.c

index fde957a..efa5078 100644 (file)
@@ -2487,7 +2487,7 @@ elm_controlbar_item_disable_set(Elm_Controlbar_Item * it, Eina_Bool disable)
 EAPI Eina_Bool
 elm_controlbar_item_disable_get(Elm_Controlbar_Item * it) 
 {
-   if (!it) return -1;
+   if (!it) return EINA_FALSE;
 
    return it->disable;
 }