diff options
author | Einar Egilsson | 2009-10-20 13:04:15 +0000 |
---|---|---|
committer | Einar Egilsson | 2009-10-20 13:04:15 +0000 |
commit | 1059664ff4a3c92b2c6a4720f695e158aed215e4 (patch) | |
tree | a8313f1f52d9a10d13bd5e2a27e7a563ef3e8e3a /chrome/content/ui/browserOverlay.xul | |
parent | 85e1989a00957f4f08ea6720e0b884b278f24714 (diff) |
Changed to use actual interfaces! Seems to work, tiny bug left in unit tests.
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@285 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/content/ui/browserOverlay.xul')
-rw-r--r-- | chrome/content/ui/browserOverlay.xul | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/content/ui/browserOverlay.xul b/chrome/content/ui/browserOverlay.xul index 7b40c65..d67928c 100644 --- a/chrome/content/ui/browserOverlay.xul +++ b/chrome/content/ui/browserOverlay.xul @@ -4,6 +4,7 @@ <overlay id="redirector-overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> <script src="../code/redirect.js"/> + <script src="../code/prefs.js"/> <script src="../code/browserOverlay.xul.js"/> <stringbundleset id="stringbundleset"> |