diff options
Diffstat (limited to 'openbox/startupnotify.c')
| -rw-r--r-- | openbox/startupnotify.c | 5 |
1 files changed, 1 insertions, 4 deletions
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) |
