summaryrefslogtreecommitdiff
path: root/common/modules/config.jsm
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2011-09-26 15:52:51 -0400
committerKris Maglione <maglione.k@gmail.com>2011-09-26 15:52:51 -0400
commit45218f4141ff49d5effc3403a1eddb0bd7862f96 (patch)
treefc34d8f7aca24e7b8009220a44ff15a600bd8369 /common/modules/config.jsm
parent2ca292f55d204292264c5e19608f2a0a540f66d0 (diff)
downloadpentadactyl-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.jsm2
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]),