Re: Typo in notification name

2010-01-18 Thread Jim Correia
On Mon, Jan 18, 2010 at 4:20 AM, Mark Munz wrote: > Apple usually addresses binary compatibility by changing behavior if > you link against a newer major SDK. So a behavior changes if you link > against 10.6 vs. 10.5. Apple has done this numerous times. > > With notifications, they could also send

Re: Typo in notification name

2010-01-18 Thread Mark Munz
Apple usually addresses binary compatibility by changing behavior if you link against a newer major SDK. So a behavior changes if you link against 10.6 vs. 10.5. Apple has done this numerous times. With notifications, they could also send out both notifications. I'm thinking com.apple.loginItemsLi

Re: Typo in notification name

2010-01-18 Thread Graham Cox
On 18/01/2010, at 6:29 PM, Eimantas Vaičiūnas wrote: > This typo seems to be dating since 2006 (according to this thread: > http://www.osxentwicklerforum.de/thread.php?postid=39885). Was apple > notified about this? Problem is that even if they have they can't fix it without breaking binary co

Typo in notification name

2010-01-17 Thread Eimantas Vaičiūnas
Hi all! I've been implementing a preferences for my app to be added to login item list and wanted to observe notification for changes in loginItems list. I used notification watcher app and noticed that apple has a typo in notification name: - com.apple.loginItemsListDidChnage inste