From d3e9fc8941831477b50678b9bd676e29f4bed1a7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 15 Jan 2008 21:57:47 -0500 Subject: show [Not Responding] in the titlebar when closing an app and it stops responding to pings --- openbox/ping.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/ping.c') diff --git a/openbox/ping.c b/openbox/ping.c index d8c10c83..687dd7f4 100644 --- a/openbox/ping.c +++ b/openbox/ping.c @@ -48,6 +48,8 @@ void ping_start(struct _ObClient *client, ObPingEventHandler h) GSList *it; ObPingTarget *t; + g_assert(client->ping == TRUE); + /* make sure we're not already pinging it */ for (it = ping_targets; it != NULL; it = g_slist_next(it)) { t = it->data; -- cgit v1.2.3