[access][entry] read out text without markup information

SVN revision: 83119
This commit is contained in:
Shinwoo Kim 2013-01-23 04:07:57 +00:00
parent 76548cabbc
commit 2ae92dba30
1 changed files with 1 additions and 1 deletions

View File

@ -2623,7 +2623,7 @@ _access_info_cb(void *data __UNUSED__, Evas_Object *obj)
txt = elm_widget_access_info_get(obj);
if (!txt) txt = elm_entry_entry_get(obj);
if (!txt) txt = _elm_util_mkup_to_text(elm_entry_entry_get(obj));
if (txt) return strdup(txt);
return NULL;