From d4f589785db13c539bb0bd33d7988b9e51493729 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 22 Mar 2011 18:30:36 +0000 Subject: [PATCH] disable deferred open for now, but this is the right way of doing things once Gecko 2.0.1 is available --- chrome/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 index 706104366..fbc066f4b 100644 --- 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"].