no need for strcmp here since these are stringshared

SVN revision: 75658
This commit is contained in:
Mike Blumenkrantz 2012-08-24 13:00:28 +00:00
parent 2d325c5604
commit bc6ec24ec1
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ init_done:
EINA_LIST_FOREACH(e_config->modules, l, em)
{
if (!em) continue;
if (!e_util_strcmp(em->name, m->name))
if (em->name == m->name)
{
in_list = 1;
break;