]> err.no Git - scalable-opengroupware.org/commitdiff
bugfix
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 31 Aug 2004 15:09:59 +0000 (15:09 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 31 Aug 2004 15:09:59 +0000 (15:09 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@289 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Scheduler/ChangeLog
SOGo/UI/Scheduler/UIxCalView.m
SOGo/UI/Scheduler/Version

index 74e65c2dce51c3e6e1e356b29848b0e07a193ff5..c3ced98f9a27268ac09d1eafe7f4a481b5d0af18 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-31  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * UIxCalView.m: fixed stupid bug (v0.9.75)
+
 2004-08-27  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * v0.9.74
index eedbbf8e507bb5b33de561631b991f6fea4d0e7c..9338e3c5f4c32ba2deffebae705c2a69bc52a4e0 100644 (file)
@@ -124,8 +124,7 @@ static BOOL shouldDisplayWeekend = NO;
 
 - (NSCalendarDate *)nextMonth {
   NSCalendarDate *date = [self thisMonth];
-  
-  return [date dateByAddingYears:0 months:0 days:[date numberOfDaysInMonth]
+  return [date dateByAddingYears:0 months:1 days:0
               hours:0 minutes:0 seconds:0];
 }
 
@@ -313,15 +312,15 @@ static BOOL shouldDisplayWeekend = NO;
       int j, rcount;
       
       for (j = 0, rcount = [res count]; j < rcount; j++) {
-       NSDictionary *record;
-       
-       record = [res objectAtIndex:j];
-       
-       if ([_uniquer containsObject:[record valueForKey:@"uid"]])
-         continue;
+        NSDictionary *record;
+        
+        record = [res objectAtIndex:j];
+    
+        if ([_uniquer containsObject:[record valueForKey:@"uid"]])
+          continue;
        
-       [ma addObject:record];
-       [_uniquer addObject:[record valueForKey:@"uid"]];
+        [ma addObject:record];
+        [_uniquer addObject:[record valueForKey:@"uid"]];
       }
     }
   }
index cdb72b57849e6edf8730fff5443b79ad1d8fc3e0..e70afefffe3d458f465708298b1603ed14c4e283 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-SUBMINOR_VERSION:=74
+SUBMINOR_VERSION:=75
 
 # v0.9.70 requires libNGExtensions v4.3.107
 # v0.9.67 requires SOPE 4.3