Bug 1030059 - Passwords gone in newest nightly - fix bustage caused by extra parenthesis. rs=bustage-fix
--- a/im/modules/ibCore.jsm
+++ b/im/modules/ibCore.jsm
@@ -127,17 +127,17 @@ var Core = {
priority: Ci.imICommand.CMD_PRIORITY_DEFAULT,
run: (aMsg, aConv) => {
this.showDebugLog(aConv.account.id);
return true;
}
});
Services.logins.initializationPromise.then(() => {
- this._showAccountManagerIfNeeded(true));
+ this._showAccountManagerIfNeeded(true);
});
return true;
},
showDebugLog: function(aAccountId) {
this.showTab("debugLogPanel", aPanel => {
aPanel.browser.addEventListener("DOMContentLoaded", () => {
aPanel.initAccountList(aAccountId);