fix module blocking for wl modules

these should never be saved to or loaded from the config
This commit is contained in:
Mike Blumenkrantz 2015-04-22 19:09:19 -04:00
parent f104ceb922
commit 05d87a9b30
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ e_module_all_load(void)
if (!em) continue;
if ((!e_util_strcmp(em->name, "comp")) || (!e_util_strcmp(em->name, "conf_comp")) ||
(e_comp && (!strcmp(em->name, "wl_x11"))) //block wl_x11 if we've already created a compositor
(!strncmp(em->name, "wl_", 3)) //block wl_* modules from being saved
)
{
eina_stringshare_del(em->name);