Enlightenment CVS committal Author : kwo Project : e16 Module : ethemes
Dir : e16/ethemes/Ganymede/data Modified Files: ACTIVATE_BUTTONS Log Message: Fixes for e16.8. =================================================================== RCS file: /cvs/e/e16/ethemes/Ganymede/data/ACTIVATE_BUTTONS,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -3 -r1.1.1.1 -r1.2 --- ACTIVATE_BUTTONS 20 Feb 2005 09:40:08 -0000 1.1.1.1 +++ ACTIVATE_BUTTONS 13 Jul 2006 00:41:11 -0000 1.2 @@ -1,18 +1,18 @@ #! /bin/sh -rm -f buttons.cfg +#rm -f buttons.cfg -if test ! -d ~/.enlightenment; then - (mkdir ~/.enlightenment) +if test ! -d ~/.e16; then + (mkdir ~/.e16) fi -cat > ~/.enlightenment/buttons.cfg << EOF +cat > ~/.e16/buttons.cfg << EOF #include <definitions> __E_CFG_VERSION 0 #include <buttons/buttons.cfg> EOF -cp --backup --suffix .old Pulldowns/* ~/.enlightenment +cp --backup --suffix .old Pulldowns/* ~/.e16 eesh -e restart ------------------------------------------------------------------------- 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