From abff95bc5031c09e0301f0395ed2db47076e8a89 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 12 Jul 2007 16:30:05 -0400 Subject: [PATCH] only add group transients when you have a group Signed-off-by: Dana Jansens --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/client.c b/openbox/client.c index 071ecc4d..c1ed85a6 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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)) -- 2.39.2