diff options
| -rw-r--r-- | openbox/ping.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |
