On Mar 16, 2011, at 2:12 AM, Colin Barrett wrote: > http://trac.adium.im/ticket/15061 > > I don't remember enough about how this is supposed to work, but it's calling > setupPurpleAccount on the AIAccount subclass when the sheet is dismissed, and > at that point our account is null -- seems strange. > > Ideas?
The odd series of events leading to it are described in the fix's commit message :) We just revealed an underlying assumption in the base class - that textfield_UID would exist and contain the account's UID. This probably fixes a subtle bug in configuring Twitter accounts, too. -Evan