tasn pushed a commit to branch master. http://git.enlightenment.org/tools/clouseau.git/commit/?id=0b37c98fc587648452f2fc5d4954ad8589a9941c
commit 0b37c98fc587648452f2fc5d4954ad8589a9941c Author: Tom Hacohen <t...@stosb.com> Date: Thu Nov 7 11:45:51 2013 +0000 client: updated Elm-only to work with recent elm changes. --- src/bin/clouseau_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/clouseau_client.c b/src/bin/clouseau_client.c index 642dd0a..b6639e6 100644 --- a/src/bin/clouseau_client.c +++ b/src/bin/clouseau_client.c @@ -994,7 +994,7 @@ _tree_it_is_elm(Clouseau_Tree_Item *treeit) EINA_LIST_FOREACH(eo_list.list, l, eo) { - if (!strcmp(eo->name, "elm_widget")) + if (!strcmp(eo->name, "Elm_Widget")) return EINA_TRUE; } --