diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-13 22:49:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-13 22:49:20 +0000 |
| commit | 6171dbf970c2c4f8d9736a8ae5184eb9ac38d7ce (patch) | |
| tree | d5cbfae41683ff7408482b644c1130331fdd0033 /openbox/startupnotify.c | |
| parent | f16d32072361109b16b18e157cd90f0c4ea76caa (diff) | |
when using openbox-gnome/kde-session, use a separate config file (rc-gnome/kde.xml)
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) |
