projects
/
platform
/
core
/
accessibility
/
screen-reader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
540191f
)
Do not read "Image" when highlighting a Gengrid item
05/281005/1
author
Artur Świgoń
<a.swigon@samsung.com>
Wed, 7 Sep 2022 11:32:05 +0000
(13:32 +0200)
committer
Artur Świgoń
<a.swigon@samsung.com>
Wed, 7 Sep 2022 11:32:05 +0000
(13:32 +0200)
Change-Id: I1f23c7b5a65fb0326ba541b4225905728d6301f3
src/reading_composer.c
patch
|
blob
|
history
diff --git
a/src/reading_composer.c
b/src/reading_composer.c
index cdaa6881803fbb447669a25a0dc07136fb877bbb..64557b0dc1a04bfcf564677977bc943d838fe973 100644
(file)
--- a/
src/reading_composer.c
+++ b/
src/reading_composer.c
@@
-375,8
+375,6
@@
TIZEN_PROD_STATIC char *generate_description_trait(AtspiAccessibleReadingMateria
if (!parent) break;
AtspiRole parent_role = rm->parent_role;
if (parent_role == ATSPI_ROLE_TREE_TABLE) {
- ESAL(buf, _("IDS_BR_BODY_IMAGE_T_TTS"));
-
bool is_parent_multiselectable = STATE_SET_CONTAINS(rm->parent_states, ATSPI_STATE_MULTISELECTABLE);
if (is_parent_multiselectable) {