Menuicons work again.

SVN revision: 14330
This commit is contained in:
sebastid 2005-04-24 21:55:19 +00:00 committed by sebastid
parent 11cec998a6
commit 98e6858fad
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ e_theme_edje_file_get(char *category, char *group)
ok = 0;
for (l = coll; l; l = l->next)
{
if (!strcmp(coll->data, group))
if (!strcmp(l->data, group))
{
ok = 1;
break;