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:
@@ -94,7 +94,6 @@ function getAccountValueIsLocked(element)
|
||||
// see if the prefstring is locked
|
||||
if (prefstr) {
|
||||
var bLocked=nsPrefBranch.prefIsLocked(prefstr);
|
||||
return true;
|
||||
return bLocked;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user