Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_hints.c Log Message: unset the desktop startup id when we get the app, so that it isn't reused. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_hints.c,v retrieving revision 1.76 retrieving revision 1.77 diff -u -3 -r1.76 -r1.77 --- e_hints.c 7 Oct 2005 04:27:51 -0000 1.76 +++ e_hints.c 28 Oct 2005 08:32:01 -0000 1.77 @@ -408,9 +408,10 @@ if (!strncmp(str, "E_START|", 8)) { int id; - + id = atoi(str + 8); if (id > 0) bd->client.netwm.startup_id = id; + e_util_env_set("DESKTOP_STARTUP_ID", NULL); } free(str); } ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs