From 0e98a9a8e62ebac66023ab285dcba23aa3d9a9f9 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 10 Jan 2013 08:29:19 +0000 Subject: [PATCH] don't display comp module in module settings dialog SVN revision: 82529 --- src/bin/e_int_config_modules.c | 1 + 1 file changed, 1 insertion(+) 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;