]> Dogcows Code - chaz/openbox/blobdiff - openbox/ping.c
don't let repeating timers, with a very fast timer in the queue, cause the main loop...
[chaz/openbox] / openbox / ping.c
index daabbfb54be29e69f4623f75bdb433f334b2805a..d159805dbe0fd4084f09c39bc2454ea58cf1d651 100644 (file)
@@ -64,7 +64,7 @@ void ping_start(struct _ObClient *client, ObPingEventHandler h)
     ping_send(t);
     ping_targets = g_slist_prepend(ping_targets, t);
     ob_main_loop_timeout_add(ob_main_loop, PING_TIMEOUT, ping_timeout,
-                             t, NULL, NULL);
+                             t, g_direct_equal, NULL);
 
     if (!active) {
         active = TRUE;
This page took 0.027893 seconds and 4 git commands to generate.