ami pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=6e0e10148ab28e079f4281495e278af92df886b7

commit 6e0e10148ab28e079f4281495e278af92df886b7
Author: Amitesh Singh <amitesh...@samsung.com>
Date:   Sat Oct 17 00:50:17 2015 +0530

    test_genlist: set focus on popup's button
---
 src/bin/test_genlist.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/test_genlist.c b/src/bin/test_genlist.c
index 3f686a1..6f3f7a2 100644
--- a/src/bin/test_genlist.c
+++ b/src/bin/test_genlist.c
@@ -4205,6 +4205,7 @@ _gl_focus_sel_popup_create(Evas_Object *parent)
    // popup show should be called after adding all the contents and the buttons
    // of popup to set the focus into popup's contents correctly.
    evas_object_show(popup);
+   elm_object_focus_set(btn, EINA_TRUE);
 }
 
 static void

-- 


Reply via email to