config: fix config name

@fix
This commit is contained in:
Jaeun Choi 2015-03-03 13:36:53 +09:00
parent 224fb1073c
commit 9f1dba2909
3 changed files with 3 additions and 3 deletions

View 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;

View 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;

View 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;