clicking on dock opens timeline view

This commit is contained in:
Jeena Paradies 2012-12-05 00:22:28 +01:00
parent b8561039b6
commit 4edf2e6c13

View file

@ -267,6 +267,12 @@
return NO;
}
- (BOOL)applicationShouldHandleReopen:(NSApplication *)theApplication hasVisibleWindows:(BOOL)flag
{
[timelineViewWindow makeKeyAndOrderFront:self];
return NO;
}
- (IBAction)openNewMessageWindow:(id)sender
{
[NSApp activateIgnoringOtherApps:YES];