discomfitor pushed a commit to branch master.

commit 1944f758f6c84080dfd43b31373f0b5a03e94fff
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Jun 12 08:59:15 2013 +0100

    fix wrong & in module loading check
---
 src/bin/e_module.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_module.c b/src/bin/e_module.c
index f34a7af..f7af17e 100644
--- a/src/bin/e_module.c
+++ b/src/bin/e_module.c
@@ -231,7 +231,7 @@ e_module_all_load(void)
              free(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);

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to