on 4/25/08 6:49 PM, [EMAIL PROTECTED] purportedly said:

> - (void) setEntry:(SVNWCEntry *)value
> {
> [self willChangeValueForKey:@"entry"];
> 
> [value retain];
> [entry release];
> entry = value;
> 
> [self didChangeValueForKey:@"entry"];
> }

If you haven't turned off automatic KVO notifications, the above is very
wrong, and could be the source of your problem.

Best,

Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to