reject xwayland module from saved module loading
authorMike Blumenkrantz <zmike@osg.samsung.com>
Thu, 2 Jul 2015 18:26:28 +0000 (14:26 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Thu, 2 Jul 2015 18:26:28 +0000 (14:26 -0400)
src/bin/e_module.c

index 04b307c..0fe391a 100644 (file)
@@ -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
            )
           {