diff options
-rw-r--r-- | Source/MainController.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/MainController.m b/Source/MainController.m index 46996ef6..a041e8e1 100644 --- a/Source/MainController.m +++ b/Source/MainController.m @@ -793,10 +793,11 @@ checks for updates and opens download page in default browser */ } +// Method used for Applescript hooks to quit the application - (id)handleQuitScriptCommand:(NSScriptCommand *)command -/* what exactly is this for? */ { [ NSApp terminate: self ]; + return nil; } @end |