aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/SPAppController.m4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPAppController.m b/Source/SPAppController.m
index 490edac3..4431976f 100644
--- a/Source/SPAppController.m
+++ b/Source/SPAppController.m
@@ -442,10 +442,12 @@
[firstTableDocument makeWindowControllers];
[firstTableDocument showWindows];
}
+
+ return NO;
}
// Return NO to the automatic opening
- return NO;
+ return YES;
}
/**