diff --git a/src/bin/e_int_config_modules.c b/src/bin/e_int_config_modules.c index da7f9ed3a..55314c017 100644 --- a/src/bin/e_int_config_modules.c +++ b/src/bin/e_int_config_modules.c @@ -489,6 +489,7 @@ _load_modules(const char *dir, Eina_Hash *types_hash) const char *type; Eina_Bool new_type; + if (!strcmp(mod, "comp")) goto end_mod; snprintf(modpath + modpathlen, sizeof(modpath) - modpathlen, "%s/module.desktop", mod); if (!ecore_file_exists(modpath)) goto end_mod;