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 9208ed3104f0a6835fc46bb5f0a705a28887733d..e29aeb2ed96ec42c3ed63d79de52276fa9128528 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 fa15499813388685742a7ccd6ca9638ba91bf386..ee091157761c9585f00a37b9d23f9a6d7a5ac983 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 c4b05d9d956ec929e34df7805b834a0e00b159d0..2ee0271bcd14af519b94802da364d26b9571029e 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;