fix typo in e module

This commit is contained in:
Mike Blumenkrantz 2013-06-17 10:19:02 +01:00
parent 7c8609245f
commit 8ed229bdae
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ e_module_all_load(void)
EINA_LIST_FOREACH(e_config->modules, l, em)
{
if (!em) continue;
if ((em->delayed) && (em->enabled) & (!e_config->no_module_delay))
if ((em->delayed) && (em->enabled) && (!e_config->no_module_delay))
{
if (!_e_module_idler)
_e_module_idler = ecore_idle_enterer_add(_e_module_cb_idler, NULL);