summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-05 01:17:05 +0000
committerDana Jansens <danakj@orodu.net>2007-05-05 01:17:05 +0000
commitfce7d9b21ed039f32cde5f4fb6caa179e8c7e922 (patch)
tree1a51788c9d61066c9bbd9b658dca97c1fec09d96 /openbox
parent1046c19fda68f0e7c050b526e399b68b829f007f (diff)
and some more transient fixes
Diffstat (limited to 'openbox')
-rw-r--r--openbox/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c
index cea6d99b..c0323c26 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -931,7 +931,7 @@ static void client_get_all(ObClient *self)
client_update_wmhints(self);
/* this may have already been called from client_update_wmhints */
- if (self->transient && self->transient_for == NULL)
+ if (self->transient_for == NULL)
client_update_transient_for(self);
client_get_startup_id(self);
client_get_desktop(self);/* uses transient data/group/startup id if a