bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3dfc546a2fd7a8bff13a58da012607c7253f9c26

commit 3dfc546a2fd7a8bff13a58da012607c7253f9c26
Author: Marcel Hollerbach <marcel-hollerb...@t-online.de>
Date:   Fri Dec 23 13:49:12 2016 +0100

    efl_ui_focus_manager: the order contains nodes not focusables
---
 src/lib/elementary/efl_ui_focus_manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_focus_manager.c 
b/src/lib/elementary/efl_ui_focus_manager.c
index 75a60eb..41a5bee 100644
--- a/src/lib/elementary/efl_ui_focus_manager.c
+++ b/src/lib/elementary/efl_ui_focus_manager.c
@@ -639,7 +639,7 @@ _equal_set(Eina_List *none_nodes, Eina_List *nodes)
 
    EINA_LIST_FOREACH(nodes, n, node)
      {
-        if (!eina_list_data_find(none_nodes, node->focusable))
+        if (!eina_list_data_find(none_nodes, node))
           return EINA_FALSE;
      }
 

-- 


Reply via email to