From e23c96580c2aea2f040b8ee38611cb009101fe67 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Mon, 8 Aug 2011 09:47:59 -0400 Subject: [PATCH] Remove leftover line. --- common/content/dactyl.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/content/dactyl.js b/common/content/dactyl.js index d480b72c..7e338642 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -2170,11 +2170,10 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { if (localPrefs.get("first-run", true)) dactyl.timeout(function () { - localPrefs.set("first-run", false); + localPrefs.set("first-run", config.version); this.withSavedValues(["forceNewTab"], function () { this.forceNewTab = true; this.help(); - prefs.set(firstTime, false); }); }, 1000);