typo
This commit is contained in:
parent
1ee19207fb
commit
62b3b8c57e
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ void client_manage(Window window)
|
||||||
/* focus the new window? */
|
/* focus the new window? */
|
||||||
if (ob_state() != OB_STATE_STARTING &&
|
if (ob_state() != OB_STATE_STARTING &&
|
||||||
(config_focus_new || (self->transient_for &&
|
(config_focus_new || (self->transient_for &&
|
||||||
self->transient_for != TRAN_GROUP &&
|
self->transient_for != OB_TRAN_GROUP &&
|
||||||
client_focused(self->transient_for))) &&
|
client_focused(self->transient_for))) &&
|
||||||
/* note the check against Type_Normal/Dialog, not client_normal(self),
|
/* note the check against Type_Normal/Dialog, not client_normal(self),
|
||||||
which would also include other types. in this case we want more
|
which would also include other types. in this case we want more
|
||||||
|
|
Loading…
Reference in a new issue