From 47288b3456a1734f08a8f13e906627721790b40f Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 30 Dec 2010 21:34:13 -0500 Subject: Mangle pathnames in the XPI to foil the fastload cache on upgrade and fix the command line option handler in fresh installs. --- common/content/dactyl.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'common/content/dactyl.js') 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); -- cgit v1.2.3