Enlightenment CVS committal Author : moom Project : e17 Module : proto
Dir : e17/proto/etk/data/themes/default/widgets Modified Files: menu.edc Log Message: Do not hide the swallowed children when a widget is hidden. It fixes the bug of menu icons disappearing =================================================================== RCS file: /cvs/e/e17/proto/etk/data/themes/default/widgets/menu.edc,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- menu.edc 7 Apr 2006 15:36:10 -0000 1.8 +++ menu.edc 16 Aug 2006 22:56:24 -0000 1.9 @@ -91,7 +91,7 @@ type: SWALLOW; mouse_events: 0; description { - state: "invisible" 0.0; + state: "default" 0.0; visible: 0; fixed: 1 1; rel1 { @@ -602,7 +602,7 @@ name: "left_widget_hide"; signal: "left_widget_hide"; source: ""; - action: STATE_SET "invisible" 0.0; + action: STATE_SET "default" 0.0; target: "left_widget_swallow"; } ------------------------------------------------------------------------- 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