zmike pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5bae833123b249f6452ace5d748bf3da9a65e751

commit 5bae833123b249f6452ace5d748bf3da9a65e751
Author: Marcel Hollerbach <m...@marcel-hollerbach.de>
Date:   Tue Sep 10 09:21:56 2019 -0400

    efl_ui_suite: resolve focus errors
    
    Summary:
    unregsiter shound never call unprotected eo API on the object,
    unregister can be called with a object that is dead.
    
    Reviewers: zmike
    
    Reviewed By: zmike
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D9898
---
 src/tests/elementary/efl_ui_test_focus_sub.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/tests/elementary/efl_ui_test_focus_sub.c 
b/src/tests/elementary/efl_ui_test_focus_sub.c
index b026307e3a..1e4c2e5d8d 100644
--- a/src/tests/elementary/efl_ui_test_focus_sub.c
+++ b/src/tests/elementary/efl_ui_test_focus_sub.c
@@ -46,7 +46,6 @@ static void
 _unregister(Eo *eo, void* data EINA_UNUSED, Efl_Ui_Focus_Object *child)
 {
    unregistered = eina_list_append(unregistered, child);
-   printf("UNREGISTERED %p %s\n", child, efl_name_get(child));
 
    efl_ui_focus_manager_calc_unregister(efl_super(eo, 
EFL_OBJECT_OVERRIDE_CLASS) , child);
 }

-- 


Reply via email to