Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSNotification called twice



I've searched the archives and there was some mention of this before but no
solution that I found. Using the code below, when the Address Book.app
changes, the NSNotification gets called twice. Is there a way to limit this
to just get called once?

Thanks,
Jon


[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(ABChanged:)
name:kABDatabaseChangedExternallyNotification
object:nil];

- (void)ABChanged:(NSNotification *)notification {
NSLog(@"ABChanged");
}
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.




Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.