Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/data/themes/e17/bits Modified Files: treebg-groups.edc Log Message: - fix tree theme =================================================================== RCS file: /cvs/e/e17/libs/ewl/data/themes/e17/bits/treebg-groups.edc,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- treebg-groups.edc 7 Sep 2006 02:39:20 -0000 1.10 +++ treebg-groups.edc 7 Sep 2006 03:01:29 -0000 1.11 @@ -348,7 +348,7 @@ programs { program { name: "go_active_pre"; - signal: "tree-selected"; + signal: "mouse,in"; source: "*"; action: STATE_SET "default" 0.0; target: "title_bar"; @@ -422,7 +422,7 @@ } program { name: "go_passive_pre"; - signal: "tree-deselect"; + signal: "mouse,out"; source: "*"; action: STATE_SET "active" 0.0; target: "title_bar"; @@ -468,7 +468,7 @@ } program { name: "mousein"; - signal: "mouse,in"; + signal: "tree-selected"; source: "*"; action: STATE_SET "highlighted" 0.0; transition: LINEAR 0.0; @@ -476,7 +476,7 @@ } program { name: "mouseout"; - signal: "mouse,out"; + signal: "tree-deselect"; source: "*"; action: STATE_SET "default" 0.0; transition: LINEAR 0.0; ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs