hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=ff7caeae428268031ef8ee15588e1b3527ada6be
commit ff7caeae428268031ef8ee15588e1b3527ada6be Author: ChunEon Park <[email protected]> Date: Mon Nov 3 15:33:15 2014 +0900 lib/enventor: fix typo --- src/lib/enventor_smart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/enventor_smart.c b/src/lib/enventor_smart.c index f68058f..3541c20 100644 --- a/src/lib/enventor_smart.c +++ b/src/lib/enventor_smart.c @@ -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 --
