Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
renamed notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Huw Rowlands committed Jun 4, 2015
1 parent 95a23dc commit 2844558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PingThing/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
}

private func listenToPings(onPingHelper pingHelper: PingHelper) {
NSNotificationCenter.defaultCenter().addObserverForName(PingReceivedNotification,
NSNotificationCenter.defaultCenter().addObserverForName(StatusChangedNotification,
object: pingHelper,
queue: NSOperationQueue.mainQueue()) { [weak self] notification in
if let strongSelf = self {
Expand Down

0 comments on commit 2844558

Please sign in to comment.