open nil, not an empty path

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-08-28 16:45:59 -07:00
parent ee841d14e7
commit 726bd805e2

View File

@@ -64,7 +64,7 @@
- (void)applicationWillFinishLaunching:(NSNotification *)notification {
_backgroundWindowController = [[AtomWindowController alloc] initInBackground];
[self open:@""];
[self open:nil];
}
- (void)applicationWillTerminate:(NSNotification *)notification {