Change profilePath pref to hidden. No bug.

r=silver@warwickcompsoc.co.uk (James Ross) on IRC
ChatZilla Only.
This commit is contained in:
gijskruitbosch%gmail.com 2006-12-21 22:35:55 +00:00
Родитель 8de7785714
Коммит 0a765c3f34
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -56,7 +56,7 @@ function initPrefs()
profilePath.append("chatzilla");
client.prefManager.addPref("profilePath", profilePath.path, null, null,
"global");
"hidden");
profilePath = new nsLocalFile(client.prefs["profilePath"]);