all repos — openbox @ 712475a9b597a5fa0877b4d3cf3c99aa586641ff

openbox fork - make it a bit more like ryudo

oops nm
Dana Jansens danakj@orodu.net
commit

712475a9b597a5fa0877b4d3cf3c99aa586641ff

parent

f3a93aeede82e5efc2ae3ebc15196de9ab0fcee3

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 */