From 7eb2f5aad36354ba43117d4da65ff79612da6f0d Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 15 Nov 2009 03:30:21 +0000 Subject: [PATCH] Uh, don't pull every single translator from the repository on every new installation kthxbye --- chrome/content/zotero/xpcom/schema.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/content/zotero/xpcom/schema.js b/chrome/content/zotero/xpcom/schema.js index 4793713b1..b8127190d 100644 --- a/chrome/content/zotero/xpcom/schema.js +++ b/chrome/content/zotero/xpcom/schema.js @@ -843,6 +843,8 @@ Zotero.Schema = new function(){ Zotero.DB.commitTransaction(); self.dbInitialized = true; + + Zotero.Schema.updateBundledFiles(); } catch(e){ Zotero.debug(e, 1);