summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaeun Choi <jaeun12.choi@samsung.com>2015-03-03 13:36:53 +0900
committerJaeun Choi <jaeun12.choi@samsung.com>2015-03-11 17:17:54 +0900
commit7177b00a8fcc46bc28b983d776b2532acf371366 (patch)
tree59ec78b186b3c8c8a9862d89c1b42dd3f73a1ec1
parentfcc7d531ab481cf762d54f35665b8159809a79d4 (diff)
downloadelementary-7177b00a8fcc46bc28b983d776b2532acf371366.tar.gz
config: fix config name
@fix
-rw-r--r--config/default/base.src.in2
-rw-r--r--config/mobile/base.src.in2
-rw-r--r--config/standard/base.src.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/config/default/base.src.in b/config/default/base.src.in
index 9208ed310..e29aeb2ed 100644
--- a/config/default/base.src.in
+++ b/config/default/base.src.in
@@ -48,7 +48,7 @@ group "Elm_Config" struct {
value "focus_highlight_animate" uchar: 0;
value "focus_highlight_clip_disable" uchar: 0;
value "item_select_on_focus_disable" uchar: 0;
- value "first_item_focus_on_first_focusin" uchar: 1;
+ value "first_item_focus_on_first_focus_in" uchar: 1;
value "focus_move_policy" uchar: 0;
value "toolbar_shrink_mode" int: 3;
value "fileselector_expand_enable" uchar: 0;
diff --git a/config/mobile/base.src.in b/config/mobile/base.src.in
index fa1549981..ee0911577 100644
--- a/config/mobile/base.src.in
+++ b/config/mobile/base.src.in
@@ -48,7 +48,7 @@ group "Elm_Config" struct {
value "focus_highlight_animate" uchar: 0;
value "focus_highlight_clip_disable" uchar: 0;
value "item_select_on_focus_disable" uchar: 0;
- value "first_item_focus_on_first_focusin" uchar: 1;
+ value "first_item_focus_on_first_focus_in" uchar: 1;
value "focus_move_policy" uchar: 0;
value "toolbar_shrink_mode" int: 3;
value "fileselector_expand_enable" uchar: 0;
diff --git a/config/standard/base.src.in b/config/standard/base.src.in
index c4b05d9d9..2ee0271bc 100644
--- a/config/standard/base.src.in
+++ b/config/standard/base.src.in
@@ -48,7 +48,7 @@ group "Elm_Config" struct {
value "focus_highlight_animate" uchar: 0;
value "focus_highlight_clip_disable" uchar: 1;
value "item_select_on_focus_disable" uchar: 0;
- value "first_item_focus_on_first_focusin" uchar: 1;
+ value "first_item_focus_on_first_focus_in" uchar: 1;
value "focus_move_policy" uchar: 0;
value "toolbar_shrink_mode" int: 3;
value "fileselector_expand_enable" uchar: 1;