missing paranthesis

This commit is contained in:
Dana Jansens 2007-05-04 23:30:13 +00:00
parent 431035df66
commit 2713831371

View file

@ -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);
}