[access][label] remove markup information to read out

SVN revision: 83316
This commit is contained in:
Shinwoo Kim 2013-01-25 04:06:17 +00:00
parent 985c6f7af9
commit 21ef67dbb0
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ _access_info_cb(void *data __UNUSED__, Evas_Object *obj)
{
const char *txt = elm_widget_access_info_get(obj);
if (!txt) txt = elm_layout_text_get(obj, NULL);
if (!txt) txt = _elm_util_mkup_to_text(elm_layout_text_get(obj, NULL));
if (txt) return strdup(txt);
return NULL;