backing out my backout from nsIOService. Merge conficts with bnesse

This commit is contained in:
dougt%netscape.com 2001-10-19 21:38:24 +00:00
Родитель 4eec492f25
Коммит b2286b44e6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -217,7 +217,7 @@ nsIOService::Init()
if (prefBranch) {
nsCOMPtr<nsIPrefBranchInternal> pbi = do_QueryInterface(prefBranch);
if (pbi)
pbi->AddObserver(PORT_PREF_PREFIX, this, PR_TRUE);
pbi->AddObserver(PORT_PREF_PREFIX, this);
PrefsChanged(prefBranch);
}