Re-enabled the prefs.js stuff.

This commit is contained in:
warren%netscape.com 1999-03-09 14:20:30 +00:00
Родитель 3406dc1047
Коммит d480e81175
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1340,7 +1340,7 @@ nsGetMailboxRoot(nsFileSpec &result)
// get mailbox root preference and cache it permanently - this
// is extremely temporary...I'm waiting for hubie to check in the
// new preferences service stuff.
#if 0
#if 1
nsService<nsIPref> prefs(kPrefCID, &rv);
if (NS_FAILED(rv)) return rv;