diff options
Diffstat (limited to 'openbox/client.c')
| -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 0558c8d4..d2378bf7 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1288,7 +1288,7 @@ void client_update_transient_for(ObClient *self) ObWindow *tw = window_find(t); /* if this happens then we need to check for it*/ g_assert(tw != CLIENT_AS_WINDOW(self)); - if (target && WINDOW_IS_CLIENT(tw)) { + if (tw && WINDOW_IS_CLIENT(tw)) { /* watch out for windows with a parent that is something different, like a dockapp for example */ target = WINDOW_AS_CLIENT(tw); |
