[access][entry] fix non-initialize problem on access_state_cb();

SVN revision: 83511
This commit is contained in:
Shinwoo Kim 2013-01-31 11:07:26 +00:00
parent 519aba8fa8
commit 0e209af100
1 changed files with 1 additions and 0 deletions

View File

@ -2637,6 +2637,7 @@ _access_state_cb(void *data __UNUSED__, Evas_Object *obj)
ELM_ENTRY_DATA_GET(obj, sd);
ret = NULL;
buf = eina_strbuf_new();
if (elm_widget_disabled_get(obj))