From: Dana Jansens Date: Wed, 16 Apr 2003 00:49:06 +0000 (+0000) Subject: set the group to null when removeing ourselves from it X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=998ad4e7ee8d362cce70d1a69199c5f76cfc045c;p=chaz%2Fopenbox set the group to null when removeing ourselves from it --- 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);