set the group to null when removeing ourselves from it

This commit is contained in:
Dana Jansens 2003-04-16 00:49:06 +00:00
parent 1c87358858
commit 998ad4e7ee

View file

@ -1048,6 +1048,7 @@ void client_update_wmhints(Client *self)
self->transients = g_slist_remove(self->transients, self->transients = g_slist_remove(self->transients,
it->data); it->data);
} }
self->group = NULL;
} }
if (hints->window_group != None) if (hints->window_group != None)
self->group = group_add(hints->window_group, self); self->group = group_add(hints->window_group, self);