don't display comp module in module settings dialog

SVN revision: 82529
This commit is contained in:
Mike Blumenkrantz 2013-01-10 08:29:19 +00:00
parent 0296927048
commit 0e98a9a8e6
1 changed files with 1 additions and 0 deletions

View File

@ -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;