projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acb4ef0
)
test_genlist: set focus on popup's button
author
Amitesh Singh
<amitesh.sh@samsung.com>
Fri, 16 Oct 2015 19:20:17 +0000
(
00:50
+0530)
committer
Amitesh Singh
<amitesh.sh@samsung.com>
Fri, 16 Oct 2015 19:20:17 +0000
(
00:50
+0530)
src/bin/test_genlist.c
patch
|
blob
|
history
diff --git
a/src/bin/test_genlist.c
b/src/bin/test_genlist.c
index 3f686a1443250002d9a9aa2319916aaa918722aa..6f3f7a2c315886f5e42e04683fa9b039b1862af1 100644
(file)
--- 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