www

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

commit d4f589785db13c539bb0bd33d7988b9e51493729
parent 29be6315460b48d2b2d613f93a4a2ea073198689
Author: Simon Kornblith <simon@simonster.com>
Date:   Tue, 22 Mar 2011 18:30:36 +0000

disable deferred open for now, but this is the right way of doing things once Gecko 2.0.1 is available


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

diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js @@ -278,7 +278,7 @@ Zotero.Integration = new function() { * Initializes the Zotero Integration Pipe */ function _initializeIntegrationPipe() { - _useDeferredOpenForIntegrationPipe = Zotero.isMac && Zotero.isFx4; + _useDeferredOpenForIntegrationPipe = false; // this will only work with Gecko 2.0.1 // make a new pipe var mkfifo = Components.classes["@mozilla.org/file/local;1"].