From 396ec50063421bd225145298d4be97884a1e47b2 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 12 Apr 2007 21:10:16 +0000 Subject: [PATCH] mysterious typo --- openbox/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/action.c b/openbox/action.c index 3b2aacdc..5456c80e 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -1122,7 +1122,7 @@ void action_execute(union ActionData *data) g_error_free(e); sn_spawn_cancel(); } - setenv("DESKTOP_STARTUP_ID"); + unsetenv("DESKTOP_STARTUP_ID"); g_free(program); g_strfreev(argv); } else { -- 2.34.1