summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2013-02-05 14:03:11 +0000
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>2013-02-05 14:03:11 +0000
commitd7c52deb98dfa2a2df9190cbfa663735acbbdd1d (patch)
tree17ce0298cc110301af39feed3581d15d33db39f7 /config
parentec87e699081948cffea324d21ca0b245a02c9527 (diff)
downloadenlightenment-d7c52deb98dfa2a2df9190cbfa663735acbbdd1d.tar.gz
merge all bindings dialogs into single module: conf_bindings
configs have been updated to load correct module and modapi version has been bumped to invalidate old modules SVN revision: 83632
Diffstat (limited to 'config')
-rw-r--r--config/standard/e.src8
1 files changed, 1 insertions, 7 deletions
diff --git a/config/standard/e.src b/config/standard/e.src
index 8a178982dc..6070023b27 100644
--- a/config/standard/e.src
+++ b/config/standard/e.src
@@ -846,12 +846,6 @@ group "E_Config" struct {
value "priority" int: 0;
}
group "E_Config_Module" struct {
- value "name" string: "conf_edgebindings";
- value "enabled" uchar: 1;
- value "delayed" uchar: 1;
- value "priority" int: 0;
- }
- group "E_Config_Module" struct {
value "name" string: "conf_paths";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
@@ -864,7 +858,7 @@ group "E_Config" struct {
value "priority" int: 0;
}
group "E_Config_Module" struct {
- value "name" string: "conf_keybindings";
+ value "name" string: "conf_bindings";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;