delete the SN env var after launching a program

This commit is contained in:
Mikael Magnusson 2007-03-30 09:57:21 +00:00
parent 0eaf2d15e7
commit 41c6b0486d

View file

@ -1122,6 +1122,7 @@ void action_execute(union ActionData *data)
g_error_free(e);
sn_spawn_cancel();
}
unsetenv("DESKTOP_STARTUP_ID");
g_free(program);
g_strfreev(argv);
} else {