client: updated Elm-only to work with recent elm changes.

This commit is contained in:
Tom Hacohen 2013-11-07 11:45:51 +00:00
parent 763175865e
commit 0b37c98fc5
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}