Change profilePath pref to hidden. No bug.

r=silver@warwickcompsoc.co.uk (James Ross) on IRC
ChatZilla Only.


git-svn-id: svn://10.0.0.236/trunk@217321 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gijskruitbosch%gmail.com 2006-12-21 22:35:55 +00:00
parent 03094f8024
commit c4cf0051a5

View File

@ -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"]);