Adjust according to recent Eo4 changes.

This commit is contained in:
Tom Hacohen 2016-03-03 14:02:26 +00:00
parent a56abd48ab
commit 0773475ab0
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ _clouseau_object_information_get(Clouseau_Tree_Item *treeit)
return NULL;
eo_dbg_info = EO_DBG_INFO_LIST_APPEND(NULL, "");
eo_do(obj, eo_dbg_info_get(eo_dbg_info));
eo_dbg_info_get(obj, eo_dbg_info);
/* XXX: Edje information that should be here because Evas objects can't
* depend on Edje. This should be removed in the future. */