lib/enventor: fix typo

This commit is contained in:
ChunEon Park 2014-11-03 15:33:15 +09:00
parent 07b52da739
commit ff7caeae42
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ EOLIAN static Eina_Bool
_enventor_object_ctxpopup_visible_get(Eo *obj EINA_UNUSED,
Enventor_Object_Data *pd)
{
edit_ctxpopup_visible_get(pd->ed);
return edit_ctxpopup_visible_get(pd->ed);
}
EOLIAN static void