[Webkit-unassigned] [Bug 6806] WebView Notification strings are
incorrect
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Thu Jan 26 13:04:03 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=6806
------- Comment #6 from markmalone at mac.com 2006-01-26 13:04 -------
What's most irritating is that the documentation on Notifications instructs a
developer to register in the format of:
[[NSNotificationCenter defaultCenter] addObserver:myListener
selector:@selector(myMethod:)name:@"interestingNotification" object:nil];
and not:
[[NSNotificationCenter defaultCenter] addObserver:myListener
selector:@selector(myMethod:)name:interestingNotification object:nil];
Having the value and the string match would work either way and does for most
notifications. Sigh
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list