diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-12 16:30:05 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-07-12 16:30:05 -0400 |
| commit | abff95bc5031c09e0301f0395ed2db47076e8a89 (patch) | |
| tree | 1a421ec7051437c8a92160388e6f63d33f22840c /openbox | |
| parent | 35b87d6d3848ae6f22801e3a3050a70519a48a16 (diff) | |
only add group transients when you have a group
Signed-off-by: Dana Jansens <danakj@orodu.net>
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/client.c | 2 |
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)) |
