From cafba3acf3ef5b34be867a155ec05b35e82384e9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 16 Jan 2008 01:16:47 -0500 Subject: [PATCH] active = FALSE when not active ! --- openbox/ping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/ping.c b/openbox/ping.c index 19922b25..d4217fdd 100644 --- a/openbox/ping.c +++ b/openbox/ping.c @@ -148,7 +148,7 @@ static void ping_end(ObClient *client, gpointer data) /* stop listening if we're not waiting for any more pings */ if (!ping_targets) { - active = TRUE; + active = FALSE; client_remove_destroy_notify(ping_end); } } -- 2.39.2