From: Dana Jansens Date: Wed, 16 Jan 2008 06:16:47 +0000 (-0500) Subject: active = FALSE when not active ! X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=cafba3acf3ef5b34be867a155ec05b35e82384e9;p=chaz%2Fopenbox active = FALSE when not active ! --- 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); } }