]> Dogcows Code - chaz/openbox/commitdiff
dont kill interactive actions when the client dies, just remove teh client pointer.
authorDana Jansens <danakj@orodu.net>
Wed, 24 Sep 2003 18:32:05 +0000 (18:32 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 24 Sep 2003 18:32:05 +0000 (18:32 +0000)
openbox/keyboard.c

index 7a74b427c9e3fda3a63dfa57780912f201189c6a..f0614eff9359ac7ffba87de305f0938b1be236b4 100644 (file)
@@ -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;
     }
 }
 
This page took 0.023324 seconds and 4 git commands to generate.