Enlightenment CVS committal Author : mej Project : e17 Module : apps/entrance
Dir : e17/apps/entrance/src/client Modified Files: entrance_session.c Log Message: Wed Apr 5 12:28:52 2006 Michael Jennings (mej) Patch from Essien Essien <[EMAIL PROTECTED]> to allow changing of X server path. ---------------------------------------------------------------------- =================================================================== RCS file: /cvs/e/e17/apps/entrance/src/client/entrance_session.c,v retrieving revision 1.80 retrieving revision 1.81 diff -u -3 -r1.80 -r1.81 --- entrance_session.c 10 Dec 2005 05:55:09 -0000 1.80 +++ entrance_session.c 5 Apr 2006 16:29:51 -0000 1.81 @@ -1,3 +1,4 @@ +#include "config.h" #include "entrance.h" #include "entrance_session.h" #include <Ecore_Config.h> @@ -403,7 +404,7 @@ { printf("Would have executed: %s\n", buf); fflush(stdout); - snprintf(buf, PATH_MAX, "/usr/X11R6/bin/xterm"); + snprintf(buf, PATH_MAX, X_BINARIES"/xterm"); } syslog(LOG_INFO, "Executing %s", buf); ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs