Bug 1109589 - Disconnect accounts before removing them. r=clokep

This commit is contained in:
aleth 2015-04-19 00:26:51 +02:00
Родитель c93081c20e
Коммит d36845cc24
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -630,6 +630,8 @@ imAccount.prototype = {
break;
}
}
if (this.connected || this.connecting)
this.disconnect();
if (this.prplAccount)
this.prplAccount.remove();
this.unInit();