]> Dogcows Code - chaz/openbox/blobdiff - openbox/ping.c
active = FALSE when not active !
[chaz/openbox] / openbox / ping.c
index 19922b25af25554d3fb6d7fb09fdc3dc2a171a01..d4217fdde4c0d3dfb9a427e5889134907647c4cd 100644 (file)
@@ -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);
     }    
 }
This page took 0.019629 seconds and 4 git commands to generate.