From: Dana Jansens Date: Wed, 11 Jul 2007 00:56:45 +0000 (+0000) Subject: comment X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=aa901a8ee7cd3964e89ea0cf62dfb4ebc775fcb1;p=chaz%2Fopenbox comment --- diff --git a/openbox/client.c b/openbox/client.c index 164ab91b..ffc0488f 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1356,7 +1356,8 @@ static void client_update_transient_tree(ObClient *self, /** If we change our group transient-ness, our children change their effect group transient-ness, which affects how they relate to other - group windows */ + group windows **/ + for (it = self->transients; it; it = g_slist_next(it)) { c = it->data; if (!c->transient_for_group)