summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2013-01-11 07:52:47 +0000
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>2013-01-11 07:52:47 +0000
commit7086d77103fee9872d7602984e363daa6ce68c9f (patch)
tree5227e4851e0e3a5d8b40f2f2cbc41353b4f79e74 /config
parente0b0c10914f29d33c1f4b4d20e1e63077bb33244 (diff)
downloadenlightenment-7086d77103fee9872d7602984e363daa6ce68c9f.tar.gz
comp module config is dead, long live conf_comp!
SVN revision: 82617
Diffstat (limited to 'config')
-rw-r--r--config/mobile/e.src2
-rw-r--r--config/standard/e.src2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/mobile/e.src b/config/mobile/e.src
index d12bc4e5ef..4b864245e6 100644
--- a/config/mobile/e.src
+++ b/config/mobile/e.src
@@ -266,7 +266,7 @@ group "E_Config" struct {
}
group "modules" list {
group "E_Config_Module" struct {
- value "name" string: "comp";
+ value "name" string: "conf_comp";
value "enabled" uchar: 1;
value "delayed" uchar: 0;
value "priority" int: -1000;
diff --git a/config/standard/e.src b/config/standard/e.src
index 2a8674a3f8..70d560cee5 100644
--- a/config/standard/e.src
+++ b/config/standard/e.src
@@ -1785,7 +1785,7 @@ group "E_Config" struct {
}
group "modules" list {
group "E_Config_Module" struct {
- value "name" string: "comp";
+ value "name" string: "conf_comp";
value "enabled" uchar: 1;
value "delayed" uchar: 0;
value "priority" int: -1000;