missing paranthesis
This commit is contained in:
parent
431035df66
commit
2713831371
1 changed files with 1 additions and 1 deletions
|
@ -1765,7 +1765,7 @@ void client_update_wmhints(ObClient *self)
|
||||||
*/
|
*/
|
||||||
if (self->transient &&
|
if (self->transient &&
|
||||||
((self->transient_for == NULL && oldgroup == NULL) ||
|
((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);
|
client_update_transient_for(self);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue