From 9c82a7a661810a5408997aa7d87ef6928944b09e Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 10 May 2013 14:51:41 -0400 Subject: [PATCH] Reset Quick Copy list when resetting translators, too --- chrome/content/zotero/preferences/preferences_advanced.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/preferences/preferences_advanced.js b/chrome/content/zotero/preferences/preferences_advanced.js index 8ade41a56..a5069ee0b 100644 --- a/chrome/content/zotero/preferences/preferences_advanced.js +++ b/chrome/content/zotero/preferences/preferences_advanced.js @@ -152,7 +152,11 @@ Zotero_Preferences.Advanced = { null, null, null, {}); if (index == 0) { - Zotero.Schema.resetTranslators(); + Zotero.Schema.resetTranslators(function () { + if (Zotero_Preferences.Export) { + Zotero_Preferences.Export.populateQuickCopyList(); + } + }); } },