summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKim Shinwoo <kimcinoo.efl@gmail.com>2012-06-30 06:01:25 +0000
committerCarsten Haitzler <raster@rasterman.com>2012-06-30 06:01:25 +0000
commitd7228bbb159a82bf771f9344c3fa8334ca8c2055 (patch)
treebd6f879a0146f22d6d5af2a1d7fee8dded5dfa1a /config
parentc9512c699702fa3f92ffe036d8794fa69404023a (diff)
downloadelementary-d7228bbb159a82bf771f9344c3fa8334ca8c2055.tar.gz
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: Re: [E-devel] [Patch][elementary] elm_cofig, setting accessibility mode SVN revision: 73073
Diffstat (limited to 'config')
-rw-r--r--config/default/base.src2
-rw-r--r--config/illume/base.src2
-rw-r--r--config/standard/base.src2
3 files changed, 3 insertions, 3 deletions
diff --git a/config/default/base.src b/config/default/base.src
index bff15cee3..52398e828 100644
--- a/config/default/base.src
+++ b/config/default/base.src
@@ -30,7 +30,7 @@ group "Elm_Config" struct {
value "finger_size" int: 40;
value "fps" double: 60.0;
value "theme" string: "default";
- value "modules" string: "datetime_input_ctxpopup>datetime/api";
+ value "modules" string: "access_output>access/api:datetime_input_ctxpopup>datetime/api";
value "tooltip_delay" double: 1.0;
value "cursor_engine_only" uchar: 1;
value "focus_highlight_enable" uchar: 0;
diff --git a/config/illume/base.src b/config/illume/base.src
index e96c5a947..4e0844b0b 100644
--- a/config/illume/base.src
+++ b/config/illume/base.src
@@ -30,7 +30,7 @@ group "Elm_Config" struct {
value "finger_size" int: 40;
value "fps" double: 60.0;
value "theme" string: "default";
- value "modules" string: "datetime_input_ctxpopup>datetime/api";
+ value "modules" string: "access_output>access/api:datetime_input_ctxpopup>datetime/api";
value "tooltip_delay" double: 1.0;
value "cursor_engine_only" uchar: 1;
value "focus_highlight_enable" uchar: 0;
diff --git a/config/standard/base.src b/config/standard/base.src
index 1158e5e6e..b60781679 100644
--- a/config/standard/base.src
+++ b/config/standard/base.src
@@ -30,7 +30,7 @@ group "Elm_Config" struct {
value "finger_size" int: 5;
value "fps" double: 60.0;
value "theme" string: "default-desktop";
- value "modules" string: "datetime_input_ctxpopup>datetime/api";
+ value "modules" string: "access_output>access/api:datetime_input_ctxpopup>datetime/api";
value "tooltip_delay" double: 1.0;
value "cursor_engine_only" uchar: 1;
value "focus_highlight_enable" uchar: 0;