From 27138313717e161cd9d9b33b562b26eb95aef342 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 4 May 2007 23:30:13 +0000 Subject: [PATCH] missing paranthesis --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/client.c b/openbox/client.c index 07cb5938..183da24e 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1765,7 +1765,7 @@ void client_update_wmhints(ObClient *self) */ if (self->transient && ((self->transient_for == NULL && oldgroup == NULL) || - self->transient_for == OB_TRAN_GROUP && self->group == NULL)) + (self->transient_for == OB_TRAN_GROUP && !self->group))) client_update_transient_for(self); } -- 2.39.2