projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3615ef
)
elementary/elm_main : fix wrong return.
author
WooHyun Jung
<woohyun0705@gmail.com>
Thu, 15 Mar 2012 05:23:06 +0000
(
05:23
+0000)
committer
WooHyun Jung
<woohyun0705@gmail.com>
Thu, 15 Mar 2012 05:23:06 +0000
(
05:23
+0000)
SVN revision: 69353
src/lib/elm_main.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_main.c
b/src/lib/elm_main.c
index
2fc202e
..
1536512
100644
(file)
--- a/
src/lib/elm_main.c
+++ b/
src/lib/elm_main.c
@@
-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