From: Dana Jansens Date: Wed, 3 Sep 2003 22:06:17 +0000 (+0000) Subject: handle the case where a transient is a child of a dockapp X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=c20a8d986a3a87dd345bede8e3b6c08e39a89485;p=chaz%2Fopenbox handle the case where a transient is a child of a dockapp --- diff --git a/openbox/client.c b/openbox/client.c index c6f43063..75aecf41 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -812,7 +812,11 @@ void client_update_transient_for(ObClient *self) target = g_hash_table_lookup(window_map, &t); /* if this happens then we need to check for it*/ g_assert(target != self); - g_assert(!target || WINDOW_IS_CLIENT(target)); + if (target && !WINDOW_IS_CLIENT(target)) { + /* this can happen when a dialog is a child of + a dockapp, for example */ + target = NULL; + } if (!target && self->group) { /* not transient to a client, see if it is transient for a