a585fa111a
We need to disconnect the signals every time we destroy the IMStatusChooserItem, that is, both at enable() and at disable(). (In particular, disconnecting at disable() doesn't matter much, since those signals are emitted only very early after login - which is why enabling in the middle of session worked before)