diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-14 21:07:38 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-14 21:07:38 +0000 |
| commit | 2877e9a248ddd627a3878ba79878b2127744c27b (patch) | |
| tree | 1209d5c90680ff52da0a16425b125bc428da2943 /openbox | |
| parent | c9ef2f0118297201729b517a87590729125bb608 (diff) | |
remove the x event handler
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/startupnotify.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c index 8866e40a..9b81d988 100644 --- a/openbox/startupnotify.c +++ b/openbox/startupnotify.c @@ -50,6 +50,8 @@ void sn_shutdown(gboolean reconfig) if (reconfig) return; + ob_main_loop_x_remove(ob_main_loop, sn_handler); + for (it = sn_waits; it; it = g_slist_next(it)) wait_data_free(it->data); g_slist_free(sn_waits); |
