If more than one valid toolchain are found by the wizard the first of them is selecte...
[bertos.git] / wizard / BEditingDialog.py
index f4cb468fbf2e68790dca050284a1690350577f9c..cd468efd09b23881b1da63aaa83bbe3640e4edfb 100644 (file)
@@ -146,7 +146,7 @@ class BEditingDialog(QDialog):
                             configuration = new_configuration[conf]
                         merged_configuration[conf] = configuration
                     dialog.version_page.setProjectInfo("CONFIGURATIONS", merged_configuration)
-                    bertos_utils.setEnabledModules(dialog.version_page.project, enabled_modules)
+                    dialog.version_page.project.setEnabledModules(enabled_modules)
                     self.module_page.fillModuleTree()
                 finally:
                     qApp.restoreOverrideCursor()