]> Dogcows Code - chaz/openbox/commitdiff
oops nm
authorDana Jansens <danakj@orodu.net>
Wed, 16 Apr 2003 00:53:52 +0000 (00:53 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 16 Apr 2003 00:53:52 +0000 (00:53 +0000)
openbox/client.c

index 192a86e356f0d73a429ac268fb4f695b096f202f..d86e42532bf627e7941d735adbc0fcbee5c5afb2 100644 (file)
@@ -1036,7 +1036,7 @@ void client_update_wmhints(Client *self)
        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 */
This page took 0.024447 seconds and 4 git commands to generate.