]> err.no Git - sope/commitdiff
another bugfix
authorznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 17 Dec 2006 22:40:37 +0000 (22:40 +0000)
committerznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 17 Dec 2006 22:40:37 +0000 (22:40 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1393 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/NGObjWeb/ChangeLog
sope-appserver/NGObjWeb/DynamicElements/WORepetition.m
sope-appserver/NGObjWeb/Version

index 90ac6db20bbfea58008ee9be7fb2019e6dfaa46f..ec222b58918582d5430e12cc4a5eec0a8321a3e5 100644 (file)
@@ -1,3 +1,8 @@
+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
index 96a47386b6cc60234f11a733307a3a496f4eacbc..312620780500b392efca8952bf0c556db3358cb4 100644 (file)
@@ -568,7 +568,7 @@ _applyIndex(_WOComplexRepetition *self, WOComponent *sComponent, unsigned _idx)
     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];
index 2866b4a36e761b9087948ea0f4537210c1c884a8..149f882bf7e54c226ef79e8882b393969b5f1490 100644 (file)
@@ -3,7 +3,7 @@
 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