commit fc1df31d106eaab8ec5a8ea31f30865854f9d4a9
parent 5bd30580c51138fbf09548bff3bb7f95927d0bc6
Author: Simon Kornblith <simon@simonster.com>
Date: Sat, 2 Oct 2010 20:09:32 +0000
don't automatically adjust pref, since it shouldn't be necessary unless the user has made manual modifications
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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 {