config: fix config name
authorJaeun Choi <jaeun12.choi@samsung.com>
Tue, 3 Mar 2015 04:36:53 +0000 (13:36 +0900)
committerJaeun Choi <jaeun12.choi@samsung.com>
Wed, 11 Mar 2015 08:17:54 +0000 (17:17 +0900)
@fix

config/default/base.src.in
config/mobile/base.src.in
config/standard/base.src.in

index 9208ed3..e29aeb2 100644 (file)
@@ -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;
index fa15499..ee09115 100644 (file)
@@ -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;
index c4b05d9..2ee0271 100644 (file)
@@ -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;