oops backwarsd

This commit is contained in:
Dana Jansens 2003-09-15 03:22:58 +00:00
parent 4185168f9d
commit 1f451f5de0

View file

@ -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);
}