www

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

commit 28d91b1309b613ca179f11525d8b1454350e9c0a
parent 6f3fc70bb1171d1c9ccdcacaae024e4aba7fe0a0
Author: Simon Kornblith <simon@simonster.com>
Date:   Tue, 25 Mar 2008 15:35:54 +0000

closes #969, Export not working under FF3


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 @@ -547,7 +547,7 @@ Zotero_File_Interface.Progress = new function() { _outOf = 0; _callback = callback; - _progressWindow = window.openDialog("chrome://zotero/chrome/fileProgress.xul", "", "chrome,resizable=no,close=no,dependent,dialog,centerscreen"); + _progressWindow = window.openDialog("chrome://zotero/content/fileProgress.xul", "", "chrome,resizable=no,close=no,dependent,dialog,centerscreen"); _progressWindow.addEventListener("pageshow", _onWindowLoaded, false); return true;