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:
parent
29be631546
commit
d4f589785d
|
@ -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"].
|
||||
|
|
Loading…
Reference in New Issue
Block a user