Enlightenment CVS committal Author : essiene Project : e17 Module : apps/entrance
Dir : e17/apps/entrance/src/daemon Modified Files: entranced_display.c Log Message: Fix bloat issue noticed by Raster this morning. We're back to normal mem usage. I've just learnt a practical lesson on patch review... I actually should have caught this earlier. =================================================================== RCS file: /cvs/e/e17/apps/entrance/src/daemon/entranced_display.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- entranced_display.c 31 Aug 2006 14:37:37 -0000 1.3 +++ entranced_display.c 26 Sep 2006 18:50:29 -0000 1.4 @@ -83,7 +83,7 @@ else snprintf(entrance_cmd, PATH_MAX, "%s -d %s -z %d", ENTRANCE, d->name, getpid()); - printf("Starting command: %s\n", entrance_cmd); + /*printf("Starting command: %s\n", entrance_cmd);*/ d->e_exe = ecore_exe_run(entrance_cmd, d); d->client.pid = ecore_exe_pid_get(d->e_exe); } ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs