From 6c78ca14f4814b0b52d5f04f9b904ca8fa6e8895 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 30 Mar 2007 09:58:15 +0000 Subject: [PATCH] merge r5723 from trunk --- openbox/action.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openbox/action.c b/openbox/action.c index 9022333a..3b2aacdc 100644 --- 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(); } + setenv("DESKTOP_STARTUP_ID"); g_free(program); g_strfreev(argv); } else { -- 2.34.1