Bug 955567 - Account displayed connected and with an error at the same time, r=aleth.
This commit is contained in:
Родитель
e8b6f2c99d
Коммит
96673aacee
|
@ -213,9 +213,9 @@
|
|||
this._connectedLabel = null;
|
||||
if (this._account.connected)
|
||||
this.refreshConnectedLabel();
|
||||
if (this._account.connectionErrorReason == Ci.prplIAccount.NO_ERROR)
|
||||
else if (this._account.connecting)
|
||||
this.updateConnectionState();
|
||||
else
|
||||
else if (this._account.connectionErrorReason != Ci.prplIAccount.NO_ERROR)
|
||||
this.updateConnectionError();
|
||||
]]>
|
||||
</body>
|
||||
|
|
Загрузка…
Ссылка в новой задаче