projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eaf2d1
)
delete the SN env var after launching a program
author
Mikael Magnusson
<mikachu@comhem.se>
Fri, 30 Mar 2007 09:57:21 +0000
(09:57 +0000)
committer
Mikael Magnusson
<mikachu@comhem.se>
Fri, 30 Mar 2007 09:57:21 +0000
(09:57 +0000)
openbox/action.c
patch
|
blob
|
history
diff --git
a/openbox/action.c
b/openbox/action.c
index 9022333a1857faed249000b0961967254460c6f3..5456c80e06acccfcd1cca16f59ba9ae88ec2f19c 100644
(file)
--- a/
openbox/action.c
+++ b/
openbox/action.c
@@
-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 {