From 48a31ecdb88520663bd35d9b50252695f42f66bc Mon Sep 17 00:00:00 2001 From: Corey Johnson & Nathan Sobo Date: Tue, 28 Aug 2012 10:51:36 -0700 Subject: [PATCH] :shit: --- native/atom_window_controller.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/atom_window_controller.mm b/native/atom_window_controller.mm index 8a973803d..cd53914bd 100644 --- a/native/atom_window_controller.mm +++ b/native/atom_window_controller.mm @@ -19,7 +19,7 @@ _bootstrapScript = [bootstrapScript retain]; if (!background) { - [self.window makeKey:self]; + [self showWindow:self]; } return self;