From c63aad855c236f2577f957a7a839680ce413a333 Mon Sep 17 00:00:00 2001 From: Edward Lee Date: Thu, 22 Oct 2009 16:15:34 -0700 Subject: [PATCH] Bug 483089 - Weave Preferences button in Add-ons manager should be enabled Show the new pref pane (bug 521357) by having the options.xul file for Fennec (bug 523384) close iteself and open the real prefs window. --- services/sync/modules/util.js | 1 + 1 file changed, 1 insertion(+) diff --git a/services/sync/modules/util.js b/services/sync/modules/util.js index 77135466a40e..ce9a1018510e 100644 --- a/services/sync/modules/util.js +++ b/services/sync/modules/util.js @@ -786,6 +786,7 @@ Svc.Prefs = new Preferences(PREFS_BRANCH); ["Observer", "@mozilla.org/observer-service;1", "nsIObserverService"], ["Private", "@mozilla.org/privatebrowsing;1", "nsIPrivateBrowsingService"], ["Prompt", "@mozilla.org/embedcomp/prompt-service;1", "nsIPromptService"], + ["Script", "@mozilla.org/moz/jssubscript-loader;1", "mozIJSSubScriptLoader"], ["Version", "@mozilla.org/xpcom/version-comparator;1", "nsIVersionComparator"], ["WinMediator", "@mozilla.org/appshell/window-mediator;1", "nsIWindowMediator"], ["WinWatcher", "@mozilla.org/embedcomp/window-watcher;1", "nsIWindowWatcher"],