src/eric7/Preferences/ConfigurationPages/EditorAPIsPage.py

branch
eric7
changeset 10373
093dcebe5ecb
parent 10069
435cc5875135
child 10428
a071d4065202
--- a/src/eric7/Preferences/ConfigurationPages/EditorAPIsPage.py	Sun Dec 03 16:44:52 2023 +0100
+++ b/src/eric7/Preferences/ConfigurationPages/EditorAPIsPage.py	Sun Dec 03 19:46:34 2023 +0100
@@ -282,7 +282,7 @@
             pathlib.Path(f).name: pathlib.Path(f) for f in pluginAPIFiles
         }
         dlg = EricListSelectionDialog(
-            sorted(pluginAPIFilesDict.keys()),
+            sorted(pluginAPIFilesDict),
             title=self.tr("Add from Plugin APIs"),
             message=self.tr("Select from the list of API files installed by plugins"),
             checkBoxSelection=True,

eric ide

mercurial