summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-16 00:53:32 +0000
committerDana Jansens <danakj@orodu.net>2003-04-16 00:53:32 +0000
commitf3a93aeede82e5efc2ae3ebc15196de9ab0fcee3 (patch)
tree7536f429b10aec90584e77dbd309418b0789d6c9
parentd4b2de21809110290b825538f29986b170e4dc16 (diff)
less ()s cleanup
-rw-r--r--openbox/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c
index d86e4253..192a86e3 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 */