oops backwarsd
This commit is contained in:
parent
4185168f9d
commit
1f451f5de0
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ static gboolean place_smart(ObClient *client, gint *x, gint *y)
|
|||
for (it = list; it; it = g_list_next(it)) {
|
||||
ObClient *c = it->data;
|
||||
|
||||
if (c != client && !c->shaded && !client_normal(c))
|
||||
if (c != client && !c->shaded && client_normal(c))
|
||||
spaces = area_remove(spaces, &c->frame->area);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue