From 2df0e8ee497e502295b3961d0332bcac13228921 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 29 Aug 2009 20:17:55 +1000 Subject: [PATCH] Use extensions.liberator.saved. branch for safe-set preference values. --- common/content/options.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/content/options.js b/common/content/options.js index dfb2c9bc..627a2902 100644 --- a/common/content/options.js +++ b/common/content/options.js @@ -457,7 +457,8 @@ function Options() //{{{ ////////////////////// PRIVATE SECTION ///////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////{{{ - const SAVED = "liberator.saved."; + // TODO: migrate liberator.saved.* prefs to extensions.liberator.saved.* + const SAVED = "extensions.liberator.saved."; const optionHash = {};