comment
authorDana Jansens <danakj@orodu.net>
Wed, 11 Jul 2007 00:56:45 +0000 (00:56 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 11 Jul 2007 00:56:45 +0000 (00:56 +0000)
openbox/client.c

index 164ab91..ffc0488 100644 (file)
@@ -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)