elm_code: Remove accidental dep on efl-git

This commit is contained in:
Andy Williams 2015-03-17 08:45:04 +00:00
parent df310e14f4
commit 7eede66db6
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,9 @@ Eina_Unicode status_icons[] = {
#define EO_CONSTRUCTOR_CHECK_RETURN(obj) do { \
Eina_Bool finalized; \
if (eo_do_ret(obj, finalized, eo_finalized_get())) \
\
eo_do(obj, finalized = eo_finalized_get()); \
if (finalized) \
{ \
ERR("This function is only allowed during construction."); \
return; \