]> Dogcows Code - chaz/openbox/commitdiff
bug in the search for transient_for's
authorDana Jansens <danakj@orodu.net>
Tue, 15 Apr 2003 16:41:55 +0000 (16:41 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 15 Apr 2003 16:41:55 +0000 (16:41 +0000)
openbox/client.c

index d2e75dc237e1177edcf2ac3eeb338e664f889946..d1d235cee87c29dc0da5d6e5c87bf0c8806ce7a6 100644 (file)
@@ -1313,7 +1313,7 @@ void client_calc_layer(Client *self)
             for (it = self->group->members; it; it = it->next)
                 if (it->data != self &&
                     ((Client*)it->data)->transient_for != TRAN_GROUP) {
-                    self = self->transient_for;
+                    self = it->data;
                     break;
                 }
         }
This page took 0.023642 seconds and 4 git commands to generate.