]> err.no Git - sope/commitdiff
fixed a syntax error in the .xmap
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 24 Feb 2005 00:02:26 +0000 (00:02 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 24 Feb 2005 00:02:26 +0000 (00:02 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@593 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-ical/NGiCal/ChangeLog
sope-ical/NGiCal/NGiCal.xmap
sope-ical/NGiCal/Version

index 7671fa89282c30b08ae200415b9193540e302a9a..8eda6a0f9776a32038593a4e3ddc2c7fbf0f423f 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-20  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGiCal.xmap: fixed a missing semicolon (did not load on MacOSX)
+         (v.4.5.46)
+
 2005-02-17  Helge Hess  <helge.hess@skyrix.com>
 
        * GNUmakefile.preamble: fixed linking locations for dependencies
index 6ddf3f1a971835cdfd3b278256f4f40c23869aa4..a9a612da3ea377d6757c61cc592652a59c80db02 100644 (file)
       };
       */
       contentKey = "rrule";
-      key        = "recurrenceRule"
+      key        = "recurrenceRule";
     };
     location = {
       class = NSString;
index ae8a5a10173007bee110b2d1251a1d383ce1b289..bca2a88b74b31e484890424aedec47d87b34af4a 100644 (file)
@@ -2,7 +2,7 @@
 
 MAJOR_VERSION=4
 MINOR_VERSION=5
-SUBMINOR_VERSION:=45
+SUBMINOR_VERSION:=46
 
 # v4.5.40 requires NGExtensions v4.5.145
 # v4.5.37 requires NGExtensions v4.5.140