elementary/elm_main : fix wrong return.

SVN revision: 69353
This commit is contained in:
WooHyun Jung 2012-03-15 05:23:06 +00:00
parent 39799d104f
commit 46a9b517e7
1 changed files with 1 additions and 1 deletions

View 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