From: Dana Jansens Date: Fri, 4 May 2007 23:30:13 +0000 (+0000) Subject: missing paranthesis X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=27138313717e161cd9d9b33b562b26eb95aef342;p=chaz%2Fopenbox missing paranthesis --- 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); }