Remove "empty main" checkbox.
[bertos.git] / wizard / BCpuPage.py
index 4803d6c6c9e153600513ba89e0eacb8c3c724d6f..4a5fcf6fda2e8fdbc11623abf75b14c6d9b52e61 100644 (file)
@@ -161,7 +161,7 @@ class BCpuPage(BWizardPage):
         """
         self.pageContent.cpuList.clear()
         self.pageContent.cpuList.setCurrentItem(None)
-        infos = self.project.loadCpuInfos()
+        infos = self.project.getCpuInfos()
         tag_list = bertos_utils.getTagSet(infos)
         # Create, fill and store the dict with the tags
         tag_dict = {}