www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 1d2052cb1a9306ca10bf42d152147a97cba35642
parent ca2e1f4de60b6da7135d818194d053cc91e529a7
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu, 23 Jun 2011 09:43:26 +0000

Fix mistake in last commit


Diffstat:
Mchrome/content/zotero/xpcom/translation/translate.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/translation/translate.js b/chrome/content/zotero/xpcom/translation/translate.js @@ -691,7 +691,7 @@ Zotero.Translate.Base.prototype = { if(this._runningAsyncProcesses === 0) { this.complete(); } - if(this._parentTranslator) this._parentTranslator.decrementAsyncProcesses(); + if(this._parentTranslator) this._parentTranslator.decrementAsyncProcesses(by); }, /**