summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/client.c2
1 files changed, 1 insertions, 1 deletions
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))