elementary/elm_main : fix wrong return.
authorWooHyun Jung <woohyun0705@gmail.com>
Thu, 15 Mar 2012 05:23:06 +0000 (05:23 +0000)
committerWooHyun Jung <woohyun0705@gmail.com>
Thu, 15 Mar 2012 05:23:06 +0000 (05:23 +0000)
SVN revision: 69353

src/lib/elm_main.c

index 2fc202e..1536512 100644 (file)
@@ -1135,7 +1135,7 @@ EAPI Eina_Bool
 elm_object_tree_focus_allow_get(const Evas_Object *obj)
 {
    EINA_SAFETY_ON_NULL_RETURN_VAL(obj, EINA_FALSE);
-   return elm_widget_tree_unfocusable_get(obj);
+   return !elm_widget_tree_unfocusable_get(obj);
 }
 
 EAPI void