summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c
index 3548b7c8..0bc4ff90 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -2378,7 +2378,7 @@ gboolean client_has_parent(ObClient *self)
{
return (self->transient_for &&
((self->transient_for != OB_TRAN_GROUP &&
- client_normal(self->transient_for) ||
+ client_normal(self->transient_for)) ||
(self->group && self->group->members->next)));
}