diff --git a/src/bin/e_config.c b/src/bin/e_config.c index d7dbc7e77..66740c2ce 100644 --- a/src/bin/e_config.c +++ b/src/bin/e_config.c @@ -425,8 +425,8 @@ e_config_init(void) E_CONFIG_VAL(D, T, exebuf_pos_max_h, INT); E_CONFIG_LIST(D, T, color_classes, _e_config_color_class_edd); E_CONFIG_VAL(D, T, use_app_icon, INT); - E_CONFIG_VAL(D, T, cfgdlg_auto_apply, INT); - E_CONFIG_VAL(D, T, cfgdlg_default_mode, INT); + E_CONFIG_VAL(D, T, cfgdlg_auto_apply, INT); /**/ + E_CONFIG_VAL(D, T, cfgdlg_default_mode, INT); /**/ E_CONFIG_LIST(D, T, gadcons, _e_config_gadcon_edd); e_config = e_config_domain_load("e", _e_config_edd); diff --git a/src/bin/e_config.h b/src/bin/e_config.h index e42f1e5e6..682a8843c 100644 --- a/src/bin/e_config.h +++ b/src/bin/e_config.h @@ -169,8 +169,8 @@ struct _E_Config int resize_info_follows; // GUI int move_info_visible; // GUI int resize_info_visible; // GUI - int focus_last_focused_per_desktop; - int focus_revert_on_hide_or_close; + int focus_last_focused_per_desktop; // GUI + int focus_revert_on_hide_or_close; // GUI int use_e_cursor; // GUI int cursor_size; //GUI int menu_autoscroll_margin; // GUI @@ -189,7 +189,7 @@ struct _E_Config int menu_eap_name_show; // GUI int menu_eap_generic_show; // GUI int menu_eap_comment_show; // GUI - int fullscreen_policy; + int fullscreen_policy; // GUI int exebuf_max_exe_list; // GUI int exebuf_max_eap_list; // GUI int exebuf_scroll_animate; // GUI