www

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

commit 502f814fc4a28d092a67aa9179b2e6c44aea2f9f
parent 7c24c27fb38ee46b2aa18dc58acc5771603c2d53
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 21 Jan 2013 04:06:25 -0500

Use Zotero.wait() to move progress indicator

This may help with #230

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

diff --git a/chrome/content/zotero/fileInterface.js b/chrome/content/zotero/fileInterface.js @@ -639,7 +639,7 @@ var Zotero_File_Interface = new function() { .redraw(); // Process redraw event - Zotero.mainThread.processNextEvent(false); + Zotero.wait(0); } finally { // Close nested event queue if(eventQueuePushed) Zotero.mainThread.popEventQueue();