fix clang warning in _edje_entry_focus_in_cb

This commit is contained in:
Jihoon Kim 2013-11-26 08:48:21 +09:00
parent 99c8652dec
commit ca16bcbf23
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ _edje_entry_focus_in_cb(void *data, Evas_Object *o, const char *emission EINA_UN
if (!rp->typedata.text->entry_data) return;
ed = _edje_fetch(o);
if (ed) return;
if (!ed) return;
en = rp->typedata.text->entry_data;
if (!en || !en->imf_context) return;