Enlightenment CVS committal Author : moom Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default_entry.edc Log Message: * Fix entry focus =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_entry.edc,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- default_entry.edc 23 Aug 2006 03:39:01 -0000 1.12 +++ default_entry.edc 23 Aug 2006 08:53:25 -0000 1.13 @@ -59,16 +59,16 @@ programs { program { name: "entry_focus"; - signal: "focus_in"; - source: ""; + signal: "e,state,focused"; + source: "e"; action: STATE_SET "focus" 0.0; transition: DECELERATE 0.2; target: "entry_focus"; } program { name: "entry_unfocus"; - signal: "focus_out"; - source: ""; + signal: "e,state,unfocused"; + source: "e"; action: STATE_SET "default" 0.0; transition: ACCELERATE 0.5; target: "entry_focus"; ------------------------------------------------------------------------- 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