Ticket #11352 (closed defect: fixed)
Chat Windows are not referenced correctly via AppleScript
| Reported by: | applmak | Owned by: | applmak |
|---|---|---|---|
| Milestone: | Adium 1.3.3 | Component: | AppleScript |
| Version: | 1.4hg | Severity: | normal |
| Keywords: | chat windows objectSpecifier | Cc: | boredzo |
| Patch Status: |
Description
Chat Windows' objectSpecifier method is wrong. Investigate why, and fix it.
Change History
comment:3 Changed 3 years ago by boredzo
- Milestone changed from Adium 1.3.3 to Adium 1.4
Nobody merged this to the 1.3 branch, so unless someone does, it'll first appear in 1.4.
Note: See
TracTickets for help on using
tickets.


(In [25580]) Fixes #11352. For future applescript implementers, when you use uniqueID to reference objects, you should implement valueFor<Key>WithID. That is all.