From a0369ee5c210979a31c628ed44ec0579c0fafab4 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 25 Aug 2009 04:27:11 +0000 Subject: [PATCH] Don't display addCitation window as a popup --- chrome/content/zotero/xpcom/integration.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index 151d8e504..b31afeaf3 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -30,10 +30,7 @@ Zotero.Integration = new function() { var _fifoFile, _osascriptFile; this.sessions = {}; - - this.__defineGetter__("usePopup", function () { - return Zotero.isWin && !Zotero.Prefs.get("integration.realWindow"); - }); + this.usePopup = false; /** * Initializes the pipe used for integration on non-Windows platforms.