diff -r e58cd202c4e9 -r 16f8f05f960e view.c --- a/view.c Tue Sep 05 18:04:22 2006 +0200 +++ b/view.c Tue Sep 05 18:43:15 2006 +0200 @@ -318,7 +318,7 @@ return; /* this is somewhat tricky, it asserts to only zoom tiled clients */ - for(c = clients; c && c->isfloat; c = getnext(c->next)); + for(c = getnext(clients); c && c->isfloat; c = getnext(c->next)); if(c) { if(c == sel) for(c = getnext(c->next); c && c->isfloat; c = getnext(c->next));