projects
/
profile
/
mobile
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8be6af8
)
[multibuttonentry][access] P130510-6316: TTS should not read tags
author
Bora Hwang
<bora1.hwang@samsung.com>
Wed, 15 May 2013 11:04:57 +0000
(20:04 +0900)
committer
Sungho Kwak
<sungho1.kwak@samsung.com>
Mon, 27 May 2013 05:16:03 +0000
(14:16 +0900)
Change-Id: Ie0e727ad3ea8ccb12582dbbfbcb430facd2db574
src/lib/elc_multibuttonentry.c
patch
|
blob
|
history
diff --git
a/src/lib/elc_multibuttonentry.c
b/src/lib/elc_multibuttonentry.c
index
ea92b71
..
ef361e7
100644
(file)
--- a/
src/lib/elc_multibuttonentry.c
+++ b/
src/lib/elc_multibuttonentry.c
@@
-84,7
+84,7
@@
_access_label_info_cb(void *data, Evas_Object *obj __UNUSED__)
if (!txt)
{
- txt =
elm_object_part_text_get(sd->label, "mbe.label"
);
+ txt =
_elm_util_mkup_to_text(elm_object_part_text_get(sd->label, "mbe.label")
);
return strdup(txt);
}
else return strdup(txt);
@@
-104,7
+104,7
@@
_access_shrink_info_cb(void *data, Evas_Object *obj __UNUSED__)
if (!mbe) return NULL;
- if (!txt) txt =
elm_object_text_get(sd->end
);
+ if (!txt) txt =
_elm_util_mkup_to_text(elm_object_text_get(sd->end)
);
if (txt)
{
buf = eina_strbuf_new();