Bug 1091320 - fix legacy sync password and passphrase operations with incontent prefs. r=adw

This commit is contained in:
Mark Hammond 2014-10-31 11:26:22 +11:00
parent 933728c53c
commit f721cff87e

View File

@ -126,9 +126,9 @@ let gSyncPane = {
});
setEventListener("syncViewQuota", "command", gSyncPane.openQuotaDialog);
setEventListener("syncChangePassword", "command",
gSyncUtils.changePassword);
() => gSyncUtils.changePassword());
setEventListener("syncResetPassphrase", "command",
gSyncUtils.resetPassphrase);
() => gSyncUtils.resetPassphrase());
setEventListener("syncReset", "command", gSyncPane.resetSync);
setEventListener("syncAddDeviceLabel", "click", function () {
gSyncPane.openAddDevice();