www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 44ac61c33ed88da6fbe27bc57092df48ce5e6b71
parent 91ffdff4dda049ff1a7fefa450ff5c540dabdd1e
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu, 12 Jan 2012 18:54:12 -0500

Fix setDocPrefs

Diffstat:
Mchrome/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 @@ -1643,7 +1643,7 @@ Zotero.Integration.Session.prototype.setDocPrefs = function(doc, primaryFieldTyp } var me = this; - Zotero.Integration.displayDialog(doc, + Zotero.Integration.displayDialog(this._doc, 'chrome://zotero/content/integration/integrationDocPrefs.xul', '', io, function() { if(!io.style) { callback(false);