discomfitor pushed a commit to branch enlightenment-0.17.

commit 8ed229bdae5c3e1ca0f46d3093b011c2fee2019f
Author: Mike Blumenkrantz <[email protected]>
Date:   Mon Jun 17 10:19:02 2013 +0100

    fix typo in e module
---
 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 0bf4b7f..186c97a 100644
--- a/src/bin/e_module.c
+++ b/src/bin/e_module.c
@@ -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);

-- 

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

Build for Windows Store.

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

Reply via email to