]> Dogcows Code - chaz/openbox/commitdiff
only add group transients when you have a group
authorDana Jansens <danakj@orodu.net>
Thu, 12 Jul 2007 20:30:05 +0000 (16:30 -0400)
committerDana Jansens <danakj@orodu.net>
Thu, 12 Jul 2007 20:30:05 +0000 (16:30 -0400)
Signed-off-by: Dana Jansens <danakj@orodu.net>
openbox/client.c

index 071ecc4d7b262392bf25890e4965b3a6f3ede687..c1ed85a660980da1257c7ac2b89c72b9a43c91db 100644 (file)
@@ -1337,7 +1337,7 @@ static void client_update_transient_tree(ObClient *self,
        C is transient for B
        A can't be transient for C or we have a cycle
     */
-    if (!newgtran &&
+    if (!newgtran && newgroup &&
         (!newparent ||
          !client_search_top_direct_parent(newparent)->transient_for_group) &&
         client_normal(self))
This page took 0.028956 seconds and 4 git commands to generate.