From 5a09ea6bc46c86a9baaebf878e84681dab7346ae Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Wed, 25 Jan 2012 19:42:31 -0500 Subject: [PATCH] Fix Edit Bibliography --- chrome/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 index 17f7ff38ab..03e6160dac 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -732,7 +732,7 @@ Zotero.Integration.Document.prototype.editBibliography = function(callback) { } fieldGetter.updateSession(function() { - me._session.editBibliography(this._doc, function() { + me._session.editBibliography(me._doc, function() { me._doc.activate(); fieldGetter.updateDocument(FORCE_CITATIONS_FALSE, true, false, function() { Zotero.Integration.complete(me._doc);