Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_zone.c Log Message: Remove !, and don't increment the value. This is done after an app has been launched, so the current startup_id isn't used. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_zone.c,v retrieving revision 1.80 retrieving revision 1.81 diff -u -3 -r1.80 -r1.81 --- e_zone.c 5 Oct 2005 08:47:29 -0000 1.80 +++ e_zone.c 5 Oct 2005 10:38:59 -0000 1.81 @@ -538,12 +538,11 @@ char buf[4096], buf2[32]; if (!a) return 0; - if (!startup_id == 0) + if (startup_id == 0) { p1 = getenv("E_STARTUP_ID"); if (p1) startup_id = atoi(p1); } - startup_id++; /* save previous env vars we need to save */ penv_display = getenv("DISPLAY"); if (penv_display) penv_display = strdup(penv_display); ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs