Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_sys.c Log Message: put the e sys stuff 5 second in - not 10. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_sys.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- e_sys.c 21 Oct 2006 10:28:01 -0000 1.5 +++ e_sys.c 21 Oct 2006 11:19:40 -0000 1.6 @@ -40,8 +40,8 @@ /* this is not optimal - but it does work cleanly */ _e_sys_exe_exit_handler = ecore_event_handler_add(ECORE_EXE_EVENT_DEL, _e_sys_cb_exit, NULL); - /* delay this for 10.0 seconds while the rest of e starts up */ - ecore_timer_add(10.0, _e_sys_cb_timer, NULL); + /* delay this for 5.0 seconds while the rest of e starts up */ + ecore_timer_add(5.0, _e_sys_cb_timer, NULL); return 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