From 0a765c3f34eb01b271dc4dfc9eaa9cde6760b8c6 Mon Sep 17 00:00:00 2001 From: "gijskruitbosch%gmail.com" Date: Thu, 21 Dec 2006 22:35:55 +0000 Subject: [PATCH] Change profilePath pref to hidden. No bug. r=silver@warwickcompsoc.co.uk (James Ross) on IRC ChatZilla Only. --- extensions/irc/xul/content/prefs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/irc/xul/content/prefs.js b/extensions/irc/xul/content/prefs.js index fc2d37e0acd..7dfe16495e3 100644 --- a/extensions/irc/xul/content/prefs.js +++ b/extensions/irc/xul/content/prefs.js @@ -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"]);