tasn pushed a commit to branch master. http://git.enlightenment.org/tools/clouseau.git/commit/?id=0773475ab0b21cb996f9b255c9f7f7f9d6a5019b
commit 0773475ab0b21cb996f9b255c9f7f7f9d6a5019b Author: Tom Hacohen <t...@stosb.com> Date: Thu Mar 3 14:02:26 2016 +0000 Adjust according to recent Eo4 changes. --- src/lib/clouseau_app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/clouseau_app.c b/src/lib/clouseau_app.c index e31a50d..ccef0e6 100644 --- a/src/lib/clouseau_app.c +++ b/src/lib/clouseau_app.c @@ -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. */ --