From: Dana Jansens Date: Sun, 14 Sep 2003 21:07:38 +0000 (+0000) Subject: remove the x event handler X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=2877e9a248ddd627a3878ba79878b2127744c27b;p=chaz%2Fopenbox remove the x event handler --- 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);