Adium

Ticket #11491 (closed defect: fixed)

Opened 15 months ago

Last modified 4 months ago

'status message' AppleScript property is broken

Reported by: vgable Owned by: applmak
Milestone: Adium 1.4 Component: AppleScript
Version: 1.3.2 Severity: normal
Keywords: status message Cc:
Patch Status:

Description

The applescript:

tell application "Adium" to status message of (global status)

gives me an "AppleScript Error" when run in ScriptEditor on Mac OS X 10.5.6 with Adium 1.3.2

All other status properties worked just fine for me, for example tell application "Adium" to status type of (global status) works just fine.

Change History

Changed 12 months ago by zacw

knight_ on IRC says this gets around this apparent bug:

[20:13:31] <knight_> set currentProperties to get properties of currentContact
[20:13:31] <knight_> set propList to get currentProperties's every item
[20:13:33] <knight_> set currentStatusMessage to get item 10 of propList

Changed 12 months ago by Dimmuxx

  • milestone set to Adium bugs

Changed 4 months ago by Zachary West <zacw@…>

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

(In  758f5a24e190) Fix more "status message" type confusion. Fixes #11491. Refs #13460.

Changed 4 months ago by zacw

  • milestone changed from Adium bugs to Adium 1.4
Note: See TracTickets for help on using tickets.