unset the desktop startup id when we get the app, so that it isn't reused.

SVN revision: 18059
This commit is contained in:
sebastid 2005-10-28 08:32:01 +00:00 committed by sebastid
parent 9bd0fbfc97
commit 4bfee24e01
1 changed files with 2 additions and 1 deletions

View File

@ -408,9 +408,10 @@ e_hints_window_init(E_Border *bd)
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);
}