Skip to content

Commit

Permalink
Reload roster view on a few more notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Nov 8, 2010
1 parent 02a8e97 commit 307dc83
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Controllers/AccountsController.j
Expand Up @@ -99,6 +99,16 @@ var SharedController = nil;
selector:@selector(reload)
name:TNStropheConnectionStatusError
object:nil];
[[CPNotificationCenter defaultCenter]
addObserver:self
selector:@selector(reload)
name:TNStropheContactNicknameUpdatedNotification
object:nil];
[[CPNotificationCenter defaultCenter]
addObserver:self
selector:@selector(reload)
name:TNStropheContactGroupUpdatedNotification
object:nil];
[[CPNotificationCenter defaultCenter]
addObserver:self
selector:@selector(reload)
Expand Down Expand Up @@ -129,6 +139,11 @@ var SharedController = nil;
selector:@selector(reload)
name:TNStropheRosterRemovedContactNotification
object:nil];
[[CPNotificationCenter defaultCenter]
addObserver:self
selector:@selector(reload)
name:TNStropheRosterRemovedGroupNotification
object:nil];
}

- (void)setupStoredAccounts
Expand Down

0 comments on commit 307dc83

Please sign in to comment.