fix 838a1ff9
Anselm R. Garbe · 2006-09-05 18:43 1 file(s) · +1 −1
view.c +1 −1
318 318
		return;
319 319
320 320
	/* this is somewhat tricky, it asserts to only zoom tiled clients */
321 -
	for(c = clients; c && c->isfloat; c = getnext(c->next));
321 +
	for(c = getnext(clients); c && c->isfloat; c = getnext(c->next));
322 322
	if(c) {
323 323
		if(c == sel)
324 324
			for(c = getnext(c->next); c && c->isfloat; c = getnext(c->next));