projects
/
profile
/
wearable
/
apps
/
native
/
watch-setting.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e62f8f2
)
Add screen reader source for Double Press Home Key.
93/107293/1
author
jinwang.an
<jinwang.an@samsung.com>
Tue, 27 Dec 2016 10:25:11 +0000
(19:25 +0900)
committer
jinwang.an
<jinwang.an@samsung.com>
Tue, 27 Dec 2016 10:25:11 +0000
(19:25 +0900)
Change-Id: Ic8ace1e5445154bc4632e8e16237f027c29b01b9
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
src/setting-device.c
patch
|
blob
|
history
diff --git
a/src/setting-device.c
b/src/setting-device.c
index 33cc2b067b454d993a3544e5fafe65e407ef4474..34cfd1e535f3f01b111ba22d95afcae6de22b547 100644
(file)
--- a/
src/setting-device.c
+++ b/
src/setting-device.c
@@
-679,6
+679,7
@@
static void _last_app_check_popup_cb(void *data, Evas_Object *obj, void *event_i
char *txt = strdup(buf);
elm_object_text_set(popup, txt);
FREE(txt);
+ _screen_reader_information_set(popup);
btn = elm_button_add(popup);
elm_object_style_set(btn, "bottom");