Merge branch 'master' into elm_code

This commit is contained in:
Andy Williams 2015-03-25 20:52:14 +00:00
commit 7ffa533392
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,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; \