unsetenv on desktop startup id to make seoz happy.

SVN revision: 75506
This commit is contained in:
Carsten Haitzler 2012-08-21 15:01:39 +00:00
parent 32eef7b67f
commit 60cda4bcf3
1 changed files with 1 additions and 0 deletions

View File

@ -605,6 +605,7 @@ elm_main(int argc, char **argv)
// set an env so terminal apps can detect they are in terminology :)
putenv("TERMINOLOGY=1");
unsetenv("DESKTOP_STARTUP_ID");
win = tg_win_add(name, role, title, icon_name);