X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstartupnotify.c;h=45a2b4c2a9de1263bd4987dd6369dc56cd6d8e10;hb=cfce6b8f4d432f804f1e6d5c972a35df56ec0df0;hp=03cb752b043acb03050aef77b9a2da191ad0e79e;hpb=2442cdfd85e5229c7ee4ac49ca66a7d55ffcb919;p=chaz%2Fopenbox diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c index 03cb752b..45a2b4c2 100644 --- a/openbox/startupnotify.c +++ b/openbox/startupnotify.c @@ -24,10 +24,7 @@ #ifndef USE_LIBSN -void sn_startup(gboolean reconfig) { - /* unset this so we don't pass it on unknowingly */ - if (!reconfig) unsetenv("DESKTOP_STARTUP_ID"); -} +void sn_startup(gboolean reconfig) {} void sn_shutdown(gboolean reconfig) {} gboolean sn_app_starting() { return FALSE; } Time sn_app_started(const gchar *id, const gchar *wmclass)