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
Родитель 933728c53c
Коммит f721cff87e
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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();