From fc1df31d106eaab8ec5a8ea31f30865854f9d4a9 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sat, 2 Oct 2010 20:09:32 +0000 Subject: [PATCH] don't automatically adjust pref, since it shouldn't be necessary unless the user has made manual modifications --- chrome/content/zotero/xpcom/zotero.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index b1970031d..8d1700f8f 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -797,8 +797,6 @@ var Zotero = new function(){ Zotero.Prefs.set('lastDataDir', file.path); Zotero.Prefs.set('useDataDir', true); - // Enable connector by default, even if it was disabled - Zotero.Prefs.set('connector.enabled', true); break; } else {