discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=6fa4e93d192382525fc9b8f20ce22583ec9bc5ae

commit 6fa4e93d192382525fc9b8f20ce22583ec9bc5ae
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Jul 2 14:26:28 2015 -0400

    reject xwayland module from saved module loading
---
 src/bin/e_module.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_module.c b/src/bin/e_module.c
index 04b307c..0fe391a 100644
--- a/src/bin/e_module.c
+++ b/src/bin/e_module.c
@@ -241,6 +241,7 @@ e_module_all_load(void)
         if ((!em) || (!em->name)) continue;
 
         if ((!e_util_strcmp(em->name, "comp")) || (!e_util_strcmp(em->name, 
"conf_comp")) ||
+            (eina_streq(em->name, "xwayland")) ||
             (!strncmp(em->name, "wl_", 3)) //block wl_* modules from being 
saved
            )
           {

-- 


Reply via email to