edje file_set: _edje_object_orientation_inform should be in the Eo

implementation, not just legacy

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
This commit is contained in:
Daniel Zaoui 2013-02-19 17:49:41 +02:00
parent a2d710b0b6
commit c5ac584a57
2 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,6 @@ edje_object_file_set(Evas_Object *obj, const char *file, const char *group)
Eina_Bool ret = EINA_FALSE;
eo_do(obj, edje_obj_file_set(file, group, &ret));
_edje_object_orientation_inform(obj);
return ret;
}

View File

@ -333,6 +333,7 @@ _edje_smart_file_set(Eo *obj, void *_pd EINA_UNUSED, va_list *list)
if (_edje_object_file_set_internal(obj, file, group, NULL, NULL, nested))
if (ret) *ret = EINA_TRUE;
eina_array_free(nested);
_edje_object_orientation_inform(obj);
}
static void