Adium

Ticket #10082 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

"go online with message" applescript fails

Reported by: larse Assigned to: applmak
Priority: normal Milestone: SVN issues
Component: AppleScript Version: 1.3b2
Severity: regression Keywords:
Cc: Patch: None
Pending: 0

Description

tell application "Adium"
	go online with message "test"
end tell

fails with "Adium got an error: AppleEvent handler failed."

Change History

06/12/2008 07:43:39 AM changed by jas8522

  • milestone set to Adium X 1.3.

06/15/2008 02:53:14 PM changed by applmak

  • status changed from new to closed.
  • resolution set to fixed.

(In [23992]) go online with message works again. The problem was the assumption that the passed messagae would be an NSAttributedString when, really it would be either an NSString or an NSAttributedString. Fixes #10082.

06/15/2008 04:11:44 PM changed by Robby

Was this a regression?

06/15/2008 04:17:05 PM changed by applmak

I think at some point, it did work. So, yes.

06/15/2008 04:21:08 PM changed by Robby

  • severity changed from normal to regression.
  • milestone changed from Adium X 1.3 to SVN issues.