X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstartupnotify.c;h=66bce264c13a68db853e53cacfbbb2e022bdd46b;hb=2c6240fd2f3e50fca76bb3f4df172eb745982b79;hp=4c929e7eaf12c786e31fd10895f5acaef009a4c7;hpb=4b41ac8343efa21a959d81a4db8aea32e5960f10;p=chaz%2Fopenbox diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c index 4c929e7e..66bce264 100644 --- a/openbox/startupnotify.c +++ b/openbox/startupnotify.c @@ -58,10 +58,14 @@ static void sn_event_func(SnMonitorEvent *event, gpointer data); void sn_startup(gboolean reconfig) { + gchar *s; + if (reconfig) return; /* unset this so we don't pass it on unknowingly */ - putenv("DESKTOP_STARTUP_ID"); + s = g_strdup("DESKTOP_STARTUP_ID"); + putenv(s); + g_free(s); sn_display = sn_display_new(ob_display, NULL, NULL); sn_context = sn_monitor_context_new(sn_display, ob_screen,