Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_main.c e_ipc.c e_thumb.c Log Message: Cleanup =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_main.c,v retrieving revision 1.170 retrieving revision 1.171 diff -u -3 -r1.170 -r1.171 --- e_main.c 9 Jul 2006 18:35:56 -0000 1.170 +++ e_main.c 17 Jul 2006 19:02:42 -0000 1.171 @@ -46,7 +46,6 @@ int main(int argc, char **argv) { - int ipc_failed = 0; int i; int nostartup = 0; int after_restart = 0; =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_ipc.c,v retrieving revision 1.55 retrieving revision 1.56 diff -u -3 -r1.55 -r1.56 --- e_ipc.c 8 Jul 2006 09:18:03 -0000 1.55 +++ e_ipc.c 17 Jul 2006 19:02:42 -0000 1.56 @@ -38,8 +38,8 @@ { if ((st.st_uid == getuid()) && - ((st.st_mode & S_IFDIR|S_IRWXU|S_IRWXG|S_IRWXO) == - S_IRWXU|S_IFDIR)) + ((st.st_mode & (S_IFDIR|S_IRWXU|S_IRWXG|S_IRWXO)) == + (S_IRWXU|S_IFDIR))) { } else =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_thumb.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -3 -r1.32 -r1.33 --- e_thumb.c 8 Jul 2006 13:53:55 -0000 1.32 +++ e_thumb.c 17 Jul 2006 19:02:42 -0000 1.33 @@ -74,8 +74,7 @@ { Evas_Object *obj; E_Thumb *eth; - char buf[32]; - + obj = e_icon_add(evas); _objid++; eth = E_NEW(E_Thumb, 1); ------------------------------------------------------------------------- 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