fix 295743, add clearPref to mcd, r/sr=mscott, a=chofmann

This commit is contained in:
bienvenu%nventure.com 2005-06-07 16:22:08 +00:00
Родитель b0b18bd3e6
Коммит a59e1767a8
1 изменённых файлов: 10 добавлений и 0 удалений

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

@ -150,6 +150,16 @@ function getPref(prefName) {
}
}
function clearPref(prefName) {
try {
var prefBranch = getPrefBranch();
prefBranch.clearUserPref(prefName);
}
catch(e) {
}
}
function setLDAPVersion(version) {
gVersion = version;