aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-10-13 10:14:59 +0000
committerBibiko <bibiko@eva.mpg.de>2009-10-13 10:14:59 +0000
commita2a954c933d261e0cb9a0b4eca0d0d1f42902e81 (patch)
tree452e1800e3c8e399add416ed608e3f9e1874a2ba /Source/SPAppController.m
parent9fc4f973499e8d3bf327f699cd0e18d7e640a54d (diff)
downloadsequelpro-a2a954c933d261e0cb9a0b4eca0d0d1f42902e81.tar.gz
sequelpro-a2a954c933d261e0cb9a0b4eca0d0d1f42902e81.tar.bz2
sequelpro-a2a954c933d261e0cb9a0b4eca0d0d1f42902e81.zip
• Sequel Pro now understands the AppleScript command 'quit' correctly
- this fixed issue 434
Diffstat (limited to 'Source/SPAppController.m')
-rw-r--r--Source/SPAppController.m4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/SPAppController.m b/Source/SPAppController.m
index f5023643..e329f796 100644
--- a/Source/SPAppController.m
+++ b/Source/SPAppController.m
@@ -481,13 +481,11 @@
/**
- * What exactly is this for?
+ * AppleScript handler to quit Sequel Pro
*/
- (id)handleQuitScriptCommand:(NSScriptCommand *)command
{
[NSApp terminate:self];
-
- // Suppress warning
return nil;
}