]> Dogcows Code - chaz/openbox/commitdiff
delete the SN env var after launching a program
authorMikael Magnusson <mikachu@comhem.se>
Fri, 30 Mar 2007 09:57:21 +0000 (09:57 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Fri, 30 Mar 2007 09:57:21 +0000 (09:57 +0000)
openbox/action.c

index 9022333a1857faed249000b0961967254460c6f3..5456c80e06acccfcd1cca16f59ba9ae88ec2f19c 100644 (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 {
This page took 0.026874 seconds and 4 git commands to generate.