Adium

Ticket #1805 (closed defect: invalid)

Opened 3 years ago

Last modified 3 years ago

Available status not working

Reported by: Diatribe Assigned to: anybody
Priority: normal Milestone:
Component: AIUtilities.framework Version:
Severity: normal Keywords:
Cc: Patch:
Pending:

Description

If I set the status to away via "set type of my status to away" and "set my status message to "something"" I cannot set the status to available afterwards anymore. It shows available in the EMD status menu but the actual status doesn't change anymore. If I set the status to available via a script it works but the regular changing to an available message(other away messages work fine) is broken afterwards.

Change History

10/16/2005 07:45:36 PM changed by Diatribe

Calling that function seems to break a lot. Statuses in the buddy list don't update anymore either and sometimes it changes the icons completely (uses away icon for idle, etc.)

10/18/2005 12:43:31 PM changed by evands

Try "set my status type to away".

Doing "set type of my status to away" is actually modifying the current status object, not making a new status object which is like the current one but away (that may not make any sense out of code context). It's not a Right implementation I'm afraid.

10/24/2005 12:43:37 AM changed by Diatribe

Thanks Evan for the info, tried it and it works perfectly. Makes sense that just modifying the current status object would cause such problems. Anyhow, it seems to be fine now. Thanks again.

10/24/2005 12:45:43 AM changed by boredzo

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

... because the problem was caused by bad user (scripter) input.