1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 13:44:11 +01:00

Fix issues with grabbing dactyl.version and also improve startup time, especially when running from an hg repo.

This commit is contained in:
Kris Maglione
2011-01-03 15:28:47 -05:00
parent f41e245cb1
commit e8c5664c8f

View File

@@ -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);