bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9fc0cafde492735eaf6f975f79ae99daa7685395

commit 9fc0cafde492735eaf6f975f79ae99daa7685395
Author: Marcel Hollerbach <[email protected]>
Date:   Wed Nov 22 14:57:57 2017 +0100

    efl_ui_focus_manager: fixup previous commit
    
    i forgot to git commit --amend ... i am sorry :[
---
 src/lib/elementary/efl_ui_focus_manager_calc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elementary/efl_ui_focus_manager_calc.c 
b/src/lib/elementary/efl_ui_focus_manager_calc.c
index 1426578055..85b6845be6 100644
--- a/src/lib/elementary/efl_ui_focus_manager_calc.c
+++ b/src/lib/elementary/efl_ui_focus_manager_calc.c
@@ -86,7 +86,7 @@ _manager_in_chain_set(Eo *obj, Efl_Ui_Focus_Manager_Calc_Data 
*pd)
      
EINA_SAFETY_ON_NULL_RETURN(efl_ui_focus_user_manager_get(pd->root->focusable));
 
    //so we dont run infinitly this does not fix it, but at least we only have 
a error
-   
EINA_SAFETY_ON_TRUE_RETURN(efl_ui_focus_user_manager_get(pd->root->focusable) 
== obj)
+   
EINA_SAFETY_ON_TRUE_RETURN(efl_ui_focus_user_manager_get(pd->root->focusable) 
== obj);
 
    
efl_ui_focus_manager_focus_set(efl_ui_focus_user_manager_get(pd->root->focusable),
 pd->root->focusable);
 }
@@ -1393,7 +1393,7 @@ 
_efl_ui_focus_manager_calc_efl_ui_focus_manager_focus_set(Eo *obj, Efl_Ui_Focus_
    F_DBG("Manager: %p focusing object %p %s", obj, node->focusable, 
efl_class_name_get(node->focusable));
 
    //make sure this manager is in the chain of redirects
-   _manager_in_chain_set(pd);
+   _manager_in_chain_set(obj, pd);
 
    if (eina_list_last_data_get(pd->focus_stack) == node)
      {

-- 


Reply via email to