Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit f1e4f36

Browse files
committed
correcting use of client id in conversion of old prefs system
1 parent fc06aa8 commit f1e4f36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,8 @@ define(function (require, exports, module) {
524524
});
525525

526526
// setup preferences
527-
prefs = PreferencesManager.getExtensionPrefs(PREFERENCES_CLIENT_ID);
528-
PreferencesManager.convertPreferences(module, { "ewf-font-history": "user com.adobe.edgewebfonts.ewf-font-history" });
527+
prefs = PreferencesManager.getExtensionPrefs("edgewebfonts");
528+
PreferencesManager.convertPreferences("com.adobe.edgewebfonts", { "ewf-font-history": "user edgewebfonts.ewf-font-history" });
529529
lastTwentyFonts = prefs.get(PREFERENCES_FONT_HISTORY_KEY);
530530
if (!lastTwentyFonts) {
531531
lastTwentyFonts = [];

0 commit comments

Comments
 (0)