set the group to null when removeing ourselves from it
This commit is contained in:
parent
1c87358858
commit
998ad4e7ee
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue