Re: Double KVO notification

2008-12-15 Thread Ken Thomases
On Dec 15, 2008, at 3:48 PM, Randall Meadows wrote: I'm trying to track down (in a project I inherited, not wrote) why a KVO notification is being sent twice. The reason I care is because, the table contains a variety of types of data, and for one particular type of data I need to do somet

Double KVO notification

2008-12-15 Thread Randall Meadows
I'm trying to track down (in a project I inherited, not wrote) why a KVO notification is being sent twice. The reason I care is because, the table contains a variety of types of data, and for one particular type of data I need to do something special when it is selected, and then revert th