From e8c5664c8f2d0facaf5877919a723aba8768e765 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Mon, 3 Jan 2011 15:28:47 -0500 Subject: [PATCH] Fix issues with grabbing dactyl.version and also improve startup time, especially when running from an hg repo. --- common/content/dactyl.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 74caae03..478c8384 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -2114,8 +2114,6 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { dactyl.log("All modules loaded", 3); - prefs.set("extensions.dactyl.version", util.addon.version); - try { if (services.fuel) var args = services.fuel.storage.get("dactyl.commandlineArgs", null);