Enlightenment CVS committal Author : pfritz Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/data/themes/e17/groups Modified Files: tree.edc Log Message: use a white bg as default =================================================================== RCS file: /cvs/e/e17/libs/ewl/data/themes/e17/groups/tree.edc,v retrieving revision 1.19 retrieving revision 1.20 diff -u -3 -r1.19 -r1.20 --- tree.edc 11 Oct 2007 22:33:35 -0000 1.19 +++ tree.edc 15 Nov 2007 17:25:15 -0000 1.20 @@ -296,14 +296,14 @@ description { state: "default" 0.0; + color: 255 255 255 255; min: 5 19; - color: 221 221 221 100; } description { - state: "odd" 0.0; + state: "even" 0.0; inherit: "default" 0.0; - color: 255 255 255 255; + color: 221 221 221 100; } } part @@ -366,7 +366,7 @@ name: "odd"; signal: "odd"; source: "*"; - action: STATE_SET "odd" 0.0; + action: STATE_SET "default" 0.0; transition: LINEAR 0.0; target: "bg"; } @@ -375,7 +375,7 @@ name: "even"; signal: "even"; source: "*"; - action: STATE_SET "default" 0.0; + action: STATE_SET "even" 0.0; transition: LINEAR 0.0; target: "bg"; } ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs