From 5fe41118ef87fea92a87a3764cbe16f02872085b Mon Sep 17 00:00:00 2001 From: Corey Johnson & Nathan Sobo Date: Fri, 24 Aug 2012 17:04:23 -0600 Subject: [PATCH] :lipstick: --- atom/atom_controller.mm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/atom/atom_controller.mm b/atom/atom_controller.mm index 6a602701d..08a60c321 100644 --- a/atom/atom_controller.mm +++ b/atom/atom_controller.mm @@ -18,9 +18,8 @@ self = [super initWithWindowNibName:@"AtomWindow"]; _bootstrapScript = [bootstrapScript retain]; - [self.window makeKeyAndOrderFront:nil]; - [self createBrowser]; + [self createBrowser]; } - (id)initWithPath:(NSString *)path { @@ -54,7 +53,6 @@ - (void)windowDidLoad { [self.window setDelegate:self]; - [self.window setReleasedWhenClosed:NO]; } # pragma mark NSWindowDelegate