[OGo-Bugs][Bug 1922] "LSPerson does not recognize mutableCopyWithZone" message
bugs@opengroupware.org
bugs@opengroupware.org
Fri, 5 Oct 2007 20:32:42 +0200 (CEST)
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1922
helge.hess@opengroupware.org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|qa@opengroupware.org |awilliam@whitemice.org
------- Additional Comments From helge.hess@opengroupware.org 2007-10-05 20:32 -------
new:
newEntry = [_newList objectAtIndex:i];
old:
newEntry = [[[_newList objectAtIndex:i] mutableCopy] autorelease];
Well, and newEntry seems to be an LSPerson, which doesn't respond to -mutableCopy. Possibly the code is
supposed to work with both, LSPerson and NSDictionary. The latter would respond to -mutableCopy.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.