X-Git-Url: http://git.ithinksw.org/ITMac.git/blobdiff_plain/9c87a04ce0a9224430e24487efb73fab17078c31..HEAD:/ITAppleEventTools.m diff --git a/ITAppleEventTools.m b/ITAppleEventTools.m index a61f5a4..163ff0a 100644 --- a/ITAppleEventTools.m +++ b/ITAppleEventTools.m @@ -45,7 +45,7 @@ NSAppleEventDescriptor *ITSendAEWithKey(FourCharCode reqKey, FourCharCode evClas } NSAppleEventDescriptor *ITSendAEWithString(NSString *sendString, FourCharCode evClass, FourCharCode evID, const ProcessSerialNumber *psn) { - ITSendAEWithStringAndTimeout(sendString, evClass, evID, psn, 60); + return ITSendAEWithStringAndTimeout(sendString, evClass, evID, psn, 60); } NSAppleEventDescriptor *ITSendAEWithStringAndTimeout(NSString *sendString, FourCharCode evClass, FourCharCode evID, const ProcessSerialNumber *psn, long timeout) {