seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=440376d92f093eb0e61fd09f124900ff637aa8ea
commit 440376d92f093eb0e61fd09f124900ff637aa8ea Author: Daniel Juyung Seo <[email protected]> Date: Thu May 1 21:34:38 2014 +0900 config: internal code refactoring for the readability. Gathers focus related configurations. --- src/lib/elm_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_config.c b/src/lib/elm_config.c index c2dc89f..ba01789 100644 --- a/src/lib/elm_config.c +++ b/src/lib/elm_config.c @@ -506,7 +506,6 @@ _desc_init(void) ELM_CONFIG_VAL(D, T, scroll_smooth_history_weight, T_DOUBLE); ELM_CONFIG_VAL(D, T, scroll_smooth_future_time, T_DOUBLE); ELM_CONFIG_VAL(D, T, scroll_smooth_time_window, T_DOUBLE); - ELM_CONFIG_VAL(D, T, focus_auto_scroll_bring_in_enable, T_UCHAR); ELM_CONFIG_VAL(D, T, scale, T_DOUBLE); ELM_CONFIG_VAL(D, T, bgpixmap, T_INT); ELM_CONFIG_VAL(D, T, compositing, T_INT); @@ -529,6 +528,7 @@ _desc_init(void) ELM_CONFIG_VAL(D, T, focus_highlight_animate, T_UCHAR); ELM_CONFIG_VAL(D, T, focus_highlight_clip_disable, T_UCHAR); ELM_CONFIG_VAL(D, T, focus_move_policy, T_UCHAR); + ELM_CONFIG_VAL(D, T, focus_auto_scroll_bring_in_enable, T_UCHAR); ELM_CONFIG_VAL(D, T, item_select_on_focus_disable, T_UCHAR); ELM_CONFIG_VAL(D, T, toolbar_shrink_mode, T_INT); ELM_CONFIG_VAL(D, T, fileselector_expand_enable, T_UCHAR); --
