diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-16 00:53:52 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-16 00:53:52 +0000 |
| commit | 712475a9b597a5fa0877b4d3cf3c99aa586641ff (patch) | |
| tree | e6a98a8c18265cf9bdc1c9b29a2ac511fc16b39a /openbox/client.c | |
| parent | f3a93aeede82e5efc2ae3ebc15196de9ab0fcee3 (diff) | |
oops nm
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c index 192a86e3..d86e4253 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1036,7 +1036,7 @@ void client_update_wmhints(Client *self) if (!(hints->flags & WindowGroupHint)) hints->window_group = None; /* no group */ /* did the group state change? */ - if (hints->window_group != self->group ? self->group->leader : None) { + if (hints->window_group != (self->group ? self->group->leader : None)){ /* remove from the old group if there was one */ if (self->group != NULL) { /* remove transients of the group */ |
