diff --git a/Mac/Controller.m b/Mac/Controller.m
index bd6fd4b..7d18c3b 100644
--- a/Mac/Controller.m
+++ b/Mac/Controller.m
@@ -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 */
diff --git a/Mac/English.lproj/MainMenu.xib b/Mac/English.lproj/MainMenu.xib
index 7e9d721..1826672 100644
--- a/Mac/English.lproj/MainMenu.xib
+++ b/Mac/English.lproj/MainMenu.xib
@@ -729,6 +729,15 @@
Window
- 633
+ 642