Bug 670948 - Missed gLocSvc.pwd in dataman.xml r=KaiRo a=KaiRo for CLOSED TREE
--- a/suite/common/dataman/dataman.xml
+++ b/suite/common/dataman/dataman.xml
@@ -241,16 +241,15 @@
<parameter name="aUIUpdateOnly"/>
<body><![CDATA[
this.capability = aValue;
let radio = document.getAnonymousElementByAttribute(this, "anonid",
"permSetting-" + aValue);
if (radio && !radio.selected)
radio.radioGroup.selectedItem = radio;
if (!aUIUpdateOnly)
- gLocSvc.pwd.setLoginSavingEnabled(this.host,
- aValue == Services.perms.ALLOW_ACTION);
+ Services.logins.setLoginSavingEnabled(this.host, aValue == Services.perms.ALLOW_ACTION);
]]></body>
</method>
</implementation>
</binding>
</bindings>