]> Dogcows Code - chaz/openbox/blobdiff - openbox/startupnotify.c
remove the x event handler
[chaz/openbox] / openbox / startupnotify.c
index 8866e40a1b1cfe66e4ca081b652acb96bd147b80..9b81d988f3a782a97f705e998ee0625a263476a4 100644 (file)
@@ -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);
This page took 0.021995 seconds and 4 git commands to generate.