Bug 70623: Mail/News account settings need to honor locked prefs.

r=racham, sr=alecf
(This is removing a single line for debuggin I forgot to delete)


git-svn-id: svn://10.0.0.236/trunk@95212 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
eddyk%netscape.com
2001-05-17 05:09:05 +00:00
parent bd1e6bdac2
commit cf77fa60bf

View File

@@ -94,7 +94,6 @@ function getAccountValueIsLocked(element)
// see if the prefstring is locked
if (prefstr) {
var bLocked=nsPrefBranch.prefIsLocked(prefstr);
return true;
return bLocked;
}
}