diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-16 01:16:47 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-16 01:16:47 -0500 |
| commit | cafba3acf3ef5b34be867a155ec05b35e82384e9 (patch) | |
| tree | 96d22f6ac41da2207b5c238cad442eee03613010 /openbox | |
| parent | ff78d28f8bcdbbdd42fe9501ee81185f67a4166a (diff) | |
active = FALSE when not active !
Diffstat (limited to 'openbox')
| -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); } } |
