diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-16 00:49:06 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-16 00:49:06 +0000 |
| commit | 998ad4e7ee8d362cce70d1a69199c5f76cfc045c (patch) | |
| tree | 542a77fdc3d4fc947d0777769c0edd9fc07a65d4 | |
| parent | 1c87358858629708164a3e60d15bcd1085179d6d (diff) | |
set the group to null when removeing ourselves from it
| -rw-r--r-- | openbox/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
