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

This commit is contained in:
Simon Kornblith 2011-03-22 18:30:36 +00:00
parent 29be631546
commit d4f589785d

View File

@ -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"].