oops backwarsd
authorDana Jansens <danakj@orodu.net>
Mon, 15 Sep 2003 03:22:58 +0000 (03:22 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 15 Sep 2003 03:22:58 +0000 (03:22 +0000)
openbox/place.c

index 664c094..a641eb5 100644 (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);
     }