diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-09-26 15:52:51 -0400 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-09-26 15:52:51 -0400 |
commit | 45218f4141ff49d5effc3403a1eddb0bd7862f96 (patch) | |
tree | fc34d8f7aca24e7b8009220a44ff15a600bd8369 /common/modules/config.jsm | |
parent | 2ca292f55d204292264c5e19608f2a0a540f66d0 (diff) | |
download | pentadactyl-45218f4141ff49d5effc3403a1eddb0bd7862f96.tar.gz |
Make 'cpt' a stringlist. Add support for native autocomplete providers.
Diffstat (limited to 'common/modules/config.jsm')
-rw-r--r-- | common/modules/config.jsm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/config.jsm b/common/modules/config.jsm index df607445..4453edf4 100644 --- a/common/modules/config.jsm +++ b/common/modules/config.jsm @@ -19,7 +19,7 @@ AboutHandler.prototype = { classID: Components.ID("81495d80-89ee-4c36-a88d-ea7c4e5ac63f"), - get contractID() "@mozilla.org/network/protocol/about;1?what=" + config.name, + get contractID() services.ABOUT + config.name, QueryInterface: XPCOMUtils.generateQI([Ci.nsIAboutModule]), |