opening access token with js

This commit is contained in:
Jeena Paradies 2011-09-19 18:45:56 +02:00
parent 4d49024d62
commit 61b195eebb
3 changed files with 55 additions and 1 deletions

View file

@ -195,6 +195,10 @@
}
}
- (void)openURL:(NSString *)url {
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:url]];
}
// Mentions window has been visible
- (void)windowDidBecomeKey:(NSNotification *)notification {
if ([notification object] == mentionsViewWindow) {