+2006-12-14 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * DynamicElements/WORepetition.m: fixed a bug when using count without
+ index and list (v4.5.260)
+
2006-12-13 Helge Hess <helge.hess@opengroupware.org>
* Templates/WOHTMLParser.m: fixed a bug with lowercase NAME tags in
[self->item setValue:lItem inComponent:sComponent];
}
else {
- if (!self->index) {
+ if (!self->index && self->list) {
[_ctx pushCursor:lItem];
}
}
ifeq ($(GNUSTEP_HOST_VENDOR),apple) # linker overflow
SUBMINOR_VERSION:=255
else
-SUBMINOR_VERSION:=259
+SUBMINOR_VERSION:=260
endif
# v4.5.234 requires libDOM v4.5.21