all repos — openbox @ f3a93aeede82e5efc2ae3ebc15196de9ab0fcee3

openbox fork - make it a bit more like ryudo

less ()s cleanup
Dana Jansens danakj@orodu.net
commit

f3a93aeede82e5efc2ae3ebc15196de9ab0fcee3

parent

d4b2de21809110290b825538f29986b170e4dc16

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -1036,7 +1036,7 @@

if (!(hints->flags & WindowGroupHint)) hints->window_group = None; /* no group */ /* did the group state change? */ - if (hints->window_group != (self->group ? self->group->leader : None)){ + if (hints->window_group != self->group ? self->group->leader : None) { /* remove from the old group if there was one */ if (self->group != NULL) { /* remove transients of the group */