From 71fb054efeb60358d2248d4869c38f0362d6eb16 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 7 Jul 2017 05:20:10 -0400 Subject: [PATCH] Update deprecated openPreferences() call --- chrome/content/zotero/xpcom/sync/syncRunner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/sync/syncRunner.js b/chrome/content/zotero/xpcom/sync/syncRunner.js index f0366c614..1c2c7e32d 100644 --- a/chrome/content/zotero/xpcom/sync/syncRunner.js +++ b/chrome/content/zotero/xpcom/sync/syncRunner.js @@ -1005,7 +1005,7 @@ Zotero.Sync.Runner_Module = function (options = {}) { ); if (index == 0) { - win.ZoteroPane.openPreferences("zotero-prefpane-sync"); + Zotero.Utilities.Internal.openPreferences("zotero-prefpane-sync"); return; } }, 1);