]> Dogcows Code - chaz/openbox/commitdiff
missing paranthesis
authorDana Jansens <danakj@orodu.net>
Fri, 4 May 2007 23:30:13 +0000 (23:30 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 4 May 2007 23:30:13 +0000 (23:30 +0000)
openbox/client.c

index 07cb5938c19ba0b3a13b575ce4367061efc8303a..183da24e36464c96e6987c0d74e1579c37fe359f 100644 (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);
         }
 
This page took 0.024063 seconds and 4 git commands to generate.