Update deprecated openPreferences() call

This commit is contained in:
Dan Stillman 2017-07-07 05:20:10 -04:00
parent cb913ffccb
commit 71fb054efe

View file

@ -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);