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:
e982351
)
Fix build error
45/151045/1
author
Shinwoo Kim
<cinoo.kim@samsung.com>
Tue, 19 Sep 2017 12:01:52 +0000
(21:01 +0900)
committer
Shinwoo Kim
<cinoo.kim@samsung.com>
Tue, 19 Sep 2017 12:01:52 +0000
(21:01 +0900)
Change-Id: Ia48d74c62ea87f056e01eac83edb6f4eb20ce5d3
src/lib/elm_win.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_win.c
b/src/lib/elm_win.c
index 019887825f002a90f459b1ad2835f9c28e018aa3..c88f94898043951e84c2b981044100e3fc0f8f29 100644
(file)
--- a/
src/lib/elm_win.c
+++ b/
src/lib/elm_win.c
@@
-3074,7
+3074,7
@@
_elm_win_screen_reader(Eina_Bool is_screen_reader)
if (!is_screen_reader)
{
Evas_Object *highlighted_obj;
- highlighted_obj = elm_object_accessibility_currently_highlighted_get();
+ highlighted_obj =
_
elm_object_accessibility_currently_highlighted_get();
elm_object_accessibility_highlight_set(highlighted_obj, EINA_FALSE);
}
}