all repos — openbox @ cafba3acf3ef5b34be867a155ec05b35e82384e9

openbox fork - make it a bit more like ryudo

active = FALSE when not active !
Dana Jansens danakj@orodu.net
commit

cafba3acf3ef5b34be867a155ec05b35e82384e9

parent

ff78d28f8bcdbbdd42fe9501ee81185f67a4166a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/ping.copenbox/ping.c

@@ -148,7 +148,7 @@ }

/* stop listening if we're not waiting for any more pings */ if (!ping_targets) { - active = TRUE; + active = FALSE; client_remove_destroy_notify(ping_end); } }