diff --git a/chrome/content/zotero/xpcom/ipc.js b/chrome/content/zotero/xpcom/ipc.js index 7079c15e37..38615223fb 100755 --- a/chrome/content/zotero/xpcom/ipc.js +++ b/chrome/content/zotero/xpcom/ipc.js @@ -208,7 +208,7 @@ Zotero.IPC = new function() { Zotero.debug('IPC: Broadcasting "'+msg+'" to window "'+appName+'MessageWindow"'); // allocate message - var data = ctypes.char.array()('firefox.exe -ZoteroIPC "'+msg.replace('"', '""', "g")+'"\x00C:\\'); + var data = ctypes.char.array()('firefox.exe -silent -ZoteroIPC "'+msg.replace('"', '""', "g")+'"\x00C:\\'); var dataSize = data.length*data.constructor.size; // create new COPYDATASTRUCT