Bug 1109589 - Disconnect accounts before removing them. r=clokep
This commit is contained in:
Родитель
c93081c20e
Коммит
d36845cc24
|
@ -630,6 +630,8 @@ imAccount.prototype = {
|
|||
break;
|
||||
}
|
||||
}
|
||||
if (this.connected || this.connecting)
|
||||
this.disconnect();
|
||||
if (this.prplAccount)
|
||||
this.prplAccount.remove();
|
||||
this.unInit();
|
||||
|
|
Загрузка…
Ссылка в новой задаче