From 62b3b8c57e61a1db007fc8825636e08cbe8f6220 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 25 Sep 2003 22:00:36 +0000 Subject: [PATCH] typo --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/client.c b/openbox/client.c index 266eea43..8e325213 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -279,7 +279,7 @@ void client_manage(Window window) /* focus the new window? */ if (ob_state() != OB_STATE_STARTING && (config_focus_new || (self->transient_for && - self->transient_for != TRAN_GROUP && + self->transient_for != OB_TRAN_GROUP && client_focused(self->transient_for))) && /* note the check against Type_Normal/Dialog, not client_normal(self), which would also include other types. in this case we want more -- 2.39.2