]> err.no Git - sope/commitdiff
changed KVC of vCard values to return nil on Cocoa
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 14 May 2007 14:30:53 +0000 (14:30 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 14 May 2007 14:30:53 +0000 (14:30 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1479 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-ical/NGiCal/ChangeLog
sope-ical/NGiCal/NGVCardValue.m
sope-ical/NGiCal/Version

index cd8673c3d58101e59061a5400c7b9d64ec9e10cb..7fe5051e2f50b2393297880e93c8e88c16370b6e 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-14  Helge Hess  <helge.hess@opengroupware.org>
+
+       * NGVCardValue.m: return nil for unknown KVC keys on Cocoa (v4.7.82)
+
 2007-03-04  Helge Hess  <helge.hess@opengroupware.org>
 
        * NGVCard.h: added missing declaration of NSData type (v4.7.81)
index 5c63d213d31ed321304266ffd30c30bbb5aada72..d5f925eacf1cf2ae76ab4f1bd5783d462356e00f 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2005 Helge Hess
+  Copyright (C) 2005-2007 Helge Hess
 
   This file is part of SOPE.
 
   return [self retain];
 }
 
+#if APPLE_FOUNDATION_LIBRARY || NeXT_Foundation_LIBRARY
+- (id)valueForUndefinedKey:(NSString *)_key {
+  [self warnWithFormat:@"attempted to retrieve undefined key %@: %@", 
+         _key, self];
+  return nil;
+}
+#endif
+
+
 /* NSCoding */
 
 - (void)encodeWithCoder:(NSCoder *)_coder {
index 0c837170e01a6780410559cfb62291ac4bfa6ea9..f06132f6c0464455779c1a00578f8e925e778227 100644 (file)
@@ -2,7 +2,7 @@
 
 MAJOR_VERSION=4
 MINOR_VERSION=7
-SUBMINOR_VERSION:=81
+SUBMINOR_VERSION:=82
 
 # v4.5.40 requires NGExtensions v4.5.145
 # v4.5.37 requires NGExtensions v4.5.140