diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-12-30 21:34:13 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-12-30 21:34:13 -0500 |
commit | 47288b3456a1734f08a8f13e906627721790b40f (patch) | |
tree | 4eb2b43a6b5d9013f8805be38bc30acc496eb082 /common/content/dactyl.js | |
parent | 04731384f6970519a08eed03db222b4f8eed8de9 (diff) | |
download | pentadactyl-47288b3456a1734f08a8f13e906627721790b40f.tar.gz |
Mangle pathnames in the XPI to foil the fastload cache on upgrade and fix the command line option handler in fresh installs.
Diffstat (limited to 'common/content/dactyl.js')
-rw-r--r-- | common/content/dactyl.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 6f9d75a5..e568c43d 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -2108,9 +2108,6 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { prefs.set("extensions.dactyl.version", util.addon.version); - if (!services.commandLineHandler) - services.add("commandLineHandler", "@mozilla.org/commandlinehandler/general-startup;1?type=" + config.name); - try { if (services.fuel) var args = services.fuel.storage.get("dactyl.commandlineArgs", null); |