got authenification working, wohoo

This commit is contained in:
Jeena Paradies 2012-10-27 02:52:10 +02:00
parent 885d36c3cb
commit 6f3b689c3d
20 changed files with 547 additions and 347 deletions

View file

@ -233,6 +233,13 @@
[[NSNotificationCenter defaultCenter] postNotificationName:@"authentificationSucceded" object:nil];
}
- (void)storeSecretData:(NSString *)secretData
{
NSLog(@"got secret data: %@", secretData);
[timelineViewWindow makeKeyAndOrderFront:self];
[[NSNotificationCenter defaultCenter] postNotificationName:@"authentificationSucceded" object:nil];
}
// Mentions window has been visible
- (void)windowDidBecomeKey:(NSNotification *)notification {
if ([notification object] == mentionsViewWindow) {