From: Dana Jansens Date: Thu, 12 Jul 2007 20:30:05 +0000 (-0400) Subject: only add group transients when you have a group X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=abff95bc5031c09e0301f0395ed2db47076e8a89;p=chaz%2Fopenbox only add group transients when you have a group Signed-off-by: Dana Jansens --- 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))