X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fping.c;h=d159805dbe0fd4084f09c39bc2454ea58cf1d651;hb=cfc8101333535e3336eff5e929839c5262231db6;hp=daabbfb54be29e69f4623f75bdb433f334b2805a;hpb=7bd8e97fbb751f2a4b9b4feea140a703540bc4e3;p=chaz%2Fopenbox diff --git a/openbox/ping.c b/openbox/ping.c index daabbfb5..d159805d 100644 --- a/openbox/ping.c +++ b/openbox/ping.c @@ -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;