discomfitor pushed a commit to branch enlightenment-0.19.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=9b1878d2fa55a2b53ed426ae931cfa43d05b13a1

commit 9b1878d2fa55a2b53ed426ae931cfa43d05b13a1
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 c4b2715..1941e25 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")),

-- 


Reply via email to