Enlightenment CVS committal Author : ningerso Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests Modified Files: ewl_freebox.c Log Message: Use a valid enum member to avoid compiler complaints. =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_freebox.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_freebox.c 4 May 2006 15:13:01 -0000 1.3 +++ ewl_freebox.c 4 May 2006 18:30:29 -0000 1.4 @@ -50,7 +50,7 @@ EWL_FREEBOX_LAYOUT_COMPARATOR, ewl_freebox_cb_compare }, - { NULL, NULL, NULL } + { NULL, EWL_FREEBOX_LAYOUT_AUTO, NULL } }; srand(time(NULL)); ------------------------------------------------------- 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