Fix setting of firstRun pref

This commit is contained in:
Dan Stillman 2007-08-27 04:53:15 +00:00
parent d86dcabaaf
commit 75cccc8aaf

View File

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