From 4897e5cfadf81f4b0860241aadb77b508b38a542 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 23 Sep 2010 13:48:50 +1000 Subject: [PATCH] Add missing config.idname. This fixes a host of issues but, most prominently, 'rtp' is correct on Windows again. --- common/content/configbase.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/content/configbase.js b/common/content/configbase.js index 47ecdb26..f49cd3f5 100644 --- a/common/content/configbase.js +++ b/common/content/configbase.js @@ -13,6 +13,7 @@ const ConfigBase = Class(ModuleBase, { */ init: function () { this.name = services.get("dactyl:").name; + this.idname = services.get("dactyl:").idname; this.appname = services.get("dactyl:").appname; this.host = services.get("dactyl:").host;