[Pidgin] #8813: Disabling an IRC chat doesn't disconnect it
Pidgin
trac at pidgin.im
Sat Mar 28 22:16:13 EDT 2009
#8813: Disabling an IRC chat doesn't disconnect it
--------------------+-------------------------------------------------------
Reporter: zacw | Owner: elb
Type: defect | Status: new
Component: IRC | Version: 2.5.5
Keywords: | Launchpad_bug:
--------------------+-------------------------------------------------------
When disabling an IRC chat, through a command such as:
{{{
purple_account_set_enabled(account, "Adium", NO);
}}}
The account does not disconnect itself, unlike all other protocols.
Immediately issuing a
{{{
purple_account_disconnect(account);
}}}
will cause the account to properly disconnect. My best-guess is that
gc->wants_to_die is set to TRUE, so it early-returns away from the
disconnect later on in the {{{purple_account_set_enabled}}}.
--
Ticket URL: <http://developer.pidgin.im/ticket/8813>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list