mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-13 06:01:28 +00:00
Fix for http://cappuccino.lighthouseapp.com/projects/16499/tickets/3-typo-in-cpapplication-removeobesrver.
Reviewed by ross.
This commit is contained in:
@@ -152,12 +152,12 @@ CPRunContinuesResponse = -1002;
|
||||
if (_delegate)
|
||||
{
|
||||
[defaultCenter
|
||||
removeObesrver:_delegate
|
||||
removeObserver:_delegate
|
||||
name:CPApplicationWillFinishLaunchingNotification
|
||||
object:self];
|
||||
|
||||
[defaultCenter
|
||||
removeObesrver:_delegate
|
||||
removeObserver:_delegate
|
||||
name:CPApplicationDidFinishLaunchingNotification
|
||||
object:self];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user