diff options
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2013-02-05 14:03:11 +0000 |
---|---|---|
committer | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2013-02-05 14:03:11 +0000 |
commit | d7c52deb98dfa2a2df9190cbfa663735acbbdd1d (patch) | |
tree | 17ce0298cc110301af39feed3581d15d33db39f7 /config | |
parent | ec87e699081948cffea324d21ca0b245a02c9527 (diff) | |
download | enlightenment-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.src | 8 |
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; |