From fe1692fb164e0cd30d2a0f0527d22f0f8e34f79c Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 8 Jan 2009 08:38:07 +0000 Subject: [PATCH] Don't start the progress window close timer after every translated item is saved -- only call it at the end This should fix premature closing when saving multiple items. It also means that translators must call Zotero.done() or else the window will stay open. This change is not being made on the 1.0 branch, since we don't want to have to push dozens of fixed translators. --- chrome/content/zotero/browser.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/chrome/content/zotero/browser.js b/chrome/content/zotero/browser.js index 05c65806b8..22200baebb 100644 --- a/chrome/content/zotero/browser.js +++ b/chrome/content/zotero/browser.js @@ -464,8 +464,6 @@ var Zotero_Browser = new function() { if(collection) { collection.addItem(item.getID()); } - - Zotero_Browser.progress.startCloseTimer(); } //////////////////////////////////////////////////////////////////////////////