From: helge Date: Thu, 24 Feb 2005 00:02:26 +0000 (+0000) Subject: fixed a syntax error in the .xmap X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80f80fe7c89382299ae9e5db2676d439c65cd4e8;p=sope fixed a syntax error in the .xmap git-svn-id: http://svn.opengroupware.org/SOPE/trunk@593 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-ical/NGiCal/ChangeLog b/sope-ical/NGiCal/ChangeLog index 7671fa89..8eda6a0f 100644 --- a/sope-ical/NGiCal/ChangeLog +++ b/sope-ical/NGiCal/ChangeLog @@ -1,3 +1,8 @@ +2005-02-20 Helge Hess + + * NGiCal.xmap: fixed a missing semicolon (did not load on MacOSX) + (v.4.5.46) + 2005-02-17 Helge Hess * GNUmakefile.preamble: fixed linking locations for dependencies diff --git a/sope-ical/NGiCal/NGiCal.xmap b/sope-ical/NGiCal/NGiCal.xmap index 6ddf3f1a..a9a612da 100644 --- a/sope-ical/NGiCal/NGiCal.xmap +++ b/sope-ical/NGiCal/NGiCal.xmap @@ -260,7 +260,7 @@ }; */ contentKey = "rrule"; - key = "recurrenceRule" + key = "recurrenceRule"; }; location = { class = NSString; diff --git a/sope-ical/NGiCal/Version b/sope-ical/NGiCal/Version index ae8a5a10..bca2a88b 100644 --- a/sope-ical/NGiCal/Version +++ b/sope-ical/NGiCal/Version @@ -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