From 998ad4e7ee8d362cce70d1a69199c5f76cfc045c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 16 Apr 2003 00:49:06 +0000 Subject: [PATCH] set the group to null when removeing ourselves from it --- openbox/client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openbox/client.c b/openbox/client.c index 5b81cd22..8f3953bb 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1048,6 +1048,7 @@ void client_update_wmhints(Client *self) self->transients = g_slist_remove(self->transients, it->data); } + self->group = NULL; } if (hints->window_group != None) self->group = group_add(hints->window_group, self); -- 2.44.0