aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppleScriptSupport.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPAppleScriptSupport.m')
-rw-r--r--Source/SPAppleScriptSupport.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPAppleScriptSupport.m b/Source/SPAppleScriptSupport.m
index 44d99352..90ab240e 100644
--- a/Source/SPAppleScriptSupport.m
+++ b/Source/SPAppleScriptSupport.m
@@ -132,6 +132,8 @@
if (frontDoc && ![frontDoc isWorking] && ![[frontDoc connectionID] isEqualToString:@"_"]) {
[frontDoc startPrintDocumentOperation];
}
+
+ return nil;
}
@end