+2006-12-17 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * DynamicElements/WORepetition.m: fixed another bug when using count
+ without index and list (v4.5.261)
+
2006-12-14 Marcus Mueller <znek@mulle-kybernetik.com>
* DynamicElements/WORepetition.m: fixed a bug when using count without
if (self->identifier == nil)
[_ctx deleteLastElementIDComponent]; /* repetition index */
- if (!self->item && !self->index)
+ if (!self->item && !self->index &&self->list)
[_ctx popCursor];
//if (self->index) [self->index setUnsignedIntValue:0];
ifeq ($(GNUSTEP_HOST_VENDOR),apple) # linker overflow
SUBMINOR_VERSION:=255
else
-SUBMINOR_VERSION:=260
+SUBMINOR_VERSION:=261
endif
# v4.5.234 requires libDOM v4.5.21