summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2011-01-03 15:28:47 -0500
committerKris Maglione <maglione.k@gmail.com>2011-01-03 15:28:47 -0500
commite8c5664c8f2d0facaf5877919a723aba8768e765 (patch)
treec2b66c3318c67382964832c53cb2ae2932f36eaf
parentf41e245cb100e42b242aea42a089c573f4e68529 (diff)
downloadpentadactyl-e8c5664c8f2d0facaf5877919a723aba8768e765.tar.gz
Fix issues with grabbing dactyl.version and also improve startup time, especially when running from an hg repo.
-rw-r--r--common/content/dactyl.js2
1 files changed, 0 insertions, 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);