actually rather pointless to unset over there. unset at startup :)

SVN revision: 18061
This commit is contained in:
Carsten Haitzler 2005-10-28 09:23:54 +00:00
parent 2b574861a1
commit 30269e8ea8
2 changed files with 2 additions and 1 deletions

View File

@ -411,7 +411,6 @@ e_hints_window_init(E_Border *bd)
id = atoi(str + 8);
if (id > 0) bd->client.netwm.startup_id = id;
e_util_env_set("DESKTOP_STARTUP_ID", NULL);
}
free(str);
}

View File

@ -139,6 +139,8 @@ main(int argc, char **argv)
if (getenv("NOSTARTUP")) nostartup = 1;
if (getenv("RESTART")) after_restart = 1;
if (getenv("DESKTOP_STARTUP_ID")) e_util_env_set("DESKTOP_STARTUP_ID", NULL);
e_util_env_set("RESTART", "1");
e_intl_init();