discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=cc5a4e907166e3d274b9b27fd903f56cf1ebd4bf
commit cc5a4e907166e3d274b9b27fd903f56cf1ebd4bf Author: Mike Blumenkrantz <zm...@osg.samsung.com> Date: Mon Feb 23 17:54:09 2015 -0500 fix border frame color classes to be configured as solids, not text fix T1637 --- src/modules/conf_theme/e_int_config_color_classes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/conf_theme/e_int_config_color_classes.c b/src/modules/conf_theme/e_int_config_color_classes.c index 8c35309..a927360 100644 --- a/src/modules/conf_theme/e_int_config_color_classes.c +++ b/src/modules/conf_theme/e_int_config_color_classes.c @@ -77,8 +77,8 @@ static const CFColor_Class_Description _color_classes_wm[] = { CCDESC_T("border_title", N_("Border Title")), CCDESC_T("border_title_active", N_("Border Title Active")), - CCDESC_T("border_frame", N_("Border Frame")), - CCDESC_T("border_frame_active", N_("Border Frame Active")), + CCDESC_S("border_frame", N_("Border Frame")), + CCDESC_S("border_frame_active", N_("Border Frame Active")), CCDESC_S("comp_focus_color", N_("Composite Focus Color")), CCDESC_S("comp_focus-out_color", N_("Composite Focus-out Color")), CCDESC_S("menu_base", N_("Menu Background Base")), --