This commit is contained in:
Jeena Paradies 2012-11-21 23:53:11 +01:00
parent b18c3478ca
commit 5511765e08
2 changed files with 6 additions and 0 deletions

View file

@ -235,6 +235,12 @@
#pragma mark Notifications
-(BOOL)applicationShouldOpenUntitledFile:(NSApplication *)theApplication
{
return NO;
}
- (IBAction)openNewMessageWindow:(id)sender
{
[NSApp activateIgnoringOtherApps:YES];