From d8e85256d4d1a26ecddf62e30e730b0ad9e1d22c Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 10 Oct 2006 10:42:34 +0000 Subject: [PATCH] Color class dialog goes live. There is an issue with setting shadow colors. Perhaps someone more familiar with cc's can also have a look ? SVN revision: 26471 --- src/bin/e_configure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_configure.c b/src/bin/e_configure.c index 80f2891eb..9dc67af27 100644 --- a/src/bin/e_configure.c +++ b/src/bin/e_configure.c @@ -92,7 +92,7 @@ e_configure_show(E_Container *con) e_configure_standard_item_add(eco, "enlightenment/background", _("Wallpaper"), e_int_config_wallpaper); e_configure_standard_item_add(eco, "enlightenment/themes", _("Theme"), e_int_config_theme); e_configure_standard_item_add(eco, "enlightenment/fonts", _("Fonts"), e_int_config_fonts); - //e_configure_standard_item_add(eco, "enlightenment/themes", _("Colors"), e_int_config_color_classes); + e_configure_standard_item_add(eco, "enlightenment/themes", _("Colors"), e_int_config_color_classes); e_configure_standard_item_add(eco, "enlightenment/icon_themes", _("Icon Theme"), e_int_config_icon_themes); e_configure_standard_item_add(eco, "enlightenment/mouse", _("Mouse Cursor"), e_int_config_cursor); e_configure_standard_item_add(eco, "enlightenment/windows", _("Window Display"), e_int_config_window_display);