bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=38b3ef1b8c660f8089b95f9939992b8aac1a75f0

commit 38b3ef1b8c660f8089b95f9939992b8aac1a75f0
Author: Marcel Hollerbach <[email protected]>
Date:   Thu Nov 30 19:28:18 2017 +0100

    elm_genlist: use the correct elm_object_focus_get function
    
    genlist does not get focus anymore, only its children are getting them.
    
    fix T6425
---
 src/lib/elementary/elm_genlist.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/elm_genlist.c b/src/lib/elementary/elm_genlist.c
index 9ae57c1ef5..8a59d2fa54 100644
--- a/src/lib/elementary/elm_genlist.c
+++ b/src/lib/elementary/elm_genlist.c
@@ -6132,7 +6132,7 @@ _elm_genlist_item_elm_widget_item_focus_set(Eo *eo_it, 
Elm_Gen_Item *it, Eina_Bo
         if (!elm_object_focus_get(obj))
           elm_object_focus_set(obj, EINA_TRUE);
 
-        if (!efl_ui_focus_object_focus_get(obj))
+        if (!elm_object_focus_get(obj))
           return;
 
         if (eo_it != sd->focused_item)

-- 


Reply via email to