clicking on notification center gets you to mentions view instead

This commit is contained in:
Jeena Paradies 2012-11-10 11:04:52 +01:00
parent 16a746eb53
commit 02ebc12451
2 changed files with 62 additions and 36 deletions

View file

@ -346,7 +346,8 @@
- (void)userNotificationCenter:(NSUserNotificationCenter *)center didActivateNotification:(NSUserNotification *)notification
{
[self showConversationForPostId:[notification.userInfo objectForKey:@"postId"] andEntity:[notification.userInfo objectForKey:@"entity"]];
//[self showConversationForPostId:[notification.userInfo objectForKey:@"postId"] andEntity:[notification.userInfo objectForKey:@"entity"]];
[[self mentionsViewWindow] makeKeyAndOrderFront:self];
}
/* CARBON */