From: Dana Jansens Date: Sat, 5 May 2007 01:17:05 +0000 (+0000) Subject: and some more transient fixes X-Git-Tag: openbox-3_3_991-RELEASE~150^2~57 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=fce7d9b21ed039f32cde5f4fb6caa179e8c7e922;p=dana%2Fopenbox.git and some more transient fixes --- 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