From 53d8462cf0922e36916012bf526f27457380b89f Mon Sep 17 00:00:00 2001 From: mltownsend Date: Tue, 20 Jan 2009 16:53:33 +0000 Subject: Commented the handleQuiteCommand method and put in a return of nil. --- Source/MainController.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/MainController.m') 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 -- cgit v1.2.3