From 1f451f5de0906cd754419e04407ad6ea4d1e87ef Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 15 Sep 2003 03:22:58 +0000 Subject: [PATCH] oops backwarsd --- openbox/place.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/place.c b/openbox/place.c index 664c094d..a641eb5e 100644 --- a/openbox/place.c +++ b/openbox/place.c @@ -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); } -- 2.39.2