From: Dana Jansens Date: Wed, 24 Sep 2003 18:32:05 +0000 (+0000) Subject: dont kill interactive actions when the client dies, just remove teh client pointer. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=e4911d91c873d554e3418a13778a4ed293431e8c;p=chaz%2Fopenbox dont kill interactive actions when the client dies, just remove teh client pointer. --- diff --git a/openbox/keyboard.c b/openbox/keyboard.c index 7a74b427..f0614eff 100644 --- a/openbox/keyboard.c +++ b/openbox/keyboard.c @@ -211,7 +211,7 @@ void keyboard_interactive_end_client(gpointer data) next = g_slist_next(it); if (s->client == c) - keyboard_interactive_end(s, 0, FALSE); + s->client = NULL; } }