From 75cccc8aaf3c50c0f88f96bdba07d7870dba7698 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 27 Aug 2007 04:53:15 +0000 Subject: [PATCH] Fix setting of firstRun pref --- chrome/content/zotero/overlay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js index 2e73a039d..309008dd1 100644 --- a/chrome/content/zotero/overlay.js +++ b/chrome/content/zotero/overlay.js @@ -185,7 +185,7 @@ var ZoteroPane = new function() setTimeout(function () { gBrowser.selectedTab = gBrowser.addTab('http://www.zotero.org/documentation/quick_start_guide'); }, 400); - Zotero.Prefs.set('extensions.zotero.firstRun', false); + Zotero.Prefs.set('firstRun', false); } }