Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/src


Modified Files:
        config.c 


Log Message:
Oops, got them the wrong way around :(
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/config.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- config.c    21 Sep 2004 13:26:38 -0000      1.38
+++ config.c    29 Sep 2004 20:51:53 -0000      1.39
@@ -129,8 +129,8 @@
 
   ecore_config_argb_create("engage.options.tt_txt_color", "#00000000", 'c', 
"text-color", "Text color");
   ecore_config_argb_create("engage.options.tt_shd_color", "#7f000000", 'C', 
"shadow-color", "Text shadow color");
-  ecore_config_argb_create("engage.options.bg_fore", "#7f000000", 'b', 
"bg-main-color", "Background main color");
-  ecore_config_argb_create("engage.options.bg_back", "#7fffffff", 'B', 
"bg-outline-color", "Background outline color");
+  ecore_config_argb_create("engage.options.bg_fore", "#7f000000", 'B', 
"bg-outline-color", "Background outline color");
+  ecore_config_argb_create("engage.options.bg_back", "#7fffffff", 'b', 
"bg-main-color", "Background main color");
 
   ecore_config_string_create("engage.options.tt_fa", "Vera", 'f', "font",
                              "The font to use for application titles etc.");




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to