]> Dogcows Code - chaz/openbox/commitdiff
active = FALSE when not active !
authorDana Jansens <danakj@orodu.net>
Wed, 16 Jan 2008 06:16:47 +0000 (01:16 -0500)
committerDana Jansens <danakj@orodu.net>
Wed, 16 Jan 2008 06:16:47 +0000 (01:16 -0500)
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.023167 seconds and 4 git commands to generate.