elementary/layout - write as possible as simpler code

This commit is contained in:
ChunEon Park 2014-01-10 11:23:18 +09:00
parent a580c2ba5b
commit 97134378e1
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ _elm_layout_smart_theme(Eo *obj, void *_pd, va_list *list)
* of entry needs to call directly the widget _theme function */
Eina_Bool enable = EINA_TRUE;
eo_do(obj, elm_obj_layout_theme_enable(&enable));
if (EINA_TRUE != enable)
if (!enable)
{
if (ret) *ret = EINA_TRUE;
return;