www

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

commit 8d38122e9bd94e4c366bbc74e628cce0b3fccabe
parent b6980b6c760786cfc76275d1d3baa6f6f37bfcb7
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 13 Oct 2009 22:29:25 +0000

Fix restart error dragging items between libraries


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

diff --git a/chrome/content/zotero/xpcom/data/collection.js b/chrome/content/zotero/xpcom/data/collection.js @@ -704,7 +704,7 @@ Zotero.Collection.prototype.addItems = function(itemIDs) { notifierPairs.push(this.id + '-' + itemID); - if ((i % 25) == 0) { + if ((i % 25) == 0 && Zotero.locked) { Zotero.wait(); } }