Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/mvc Modified Files: ewl_mvc.c Log Message: - start adding highlighting. - ewl_list works pretty well, there is a warning on program shutdown if something is highlighted that I haven't sorted out yet. - ewl_tree2 has a few issues with the highlighting that need to be sorted. - doxy fixes =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/mvc/ewl_mvc.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_mvc.c 18 Oct 2006 16:28:08 -0000 1.3 +++ ewl_mvc.c 20 Oct 2006 04:37:34 -0000 1.4 @@ -100,7 +100,8 @@ if ((idx->row != 1) || (idx->column != 2)) { - snprintf(buf, len, "Incorrect row/column setting"); + snprintf(buf, len, "Incorrect row/column setting: " + "(%d %d) vs (1, 2)", idx->row, idx->column); return FALSE; } ------------------------------------------------------------------------- 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