Fix toolchain validation in case of multiple occurrences of the characters "gcc"...
[bertos.git] / wizard / BCpuPage.py
index 17b7341a4c82db19019e5e01a476fead1aff4c0e..001e5fc0caa0c3edbb1445d5f141ad54d0f27317 100644 (file)
@@ -106,7 +106,7 @@ class BCpuPage(BWizardPage):
         self.connect(self.pageContent.cpuList, SIGNAL("currentItemChanged(QListWidgetItem *, QListWidgetItem*)"), self.rowChanged)
         self.connect(self.pageContent.frequencySpinBox, SIGNAL("editingFinished()"), self.freqChanged)
 
-    def reloadData(self):
+    def reloadData(self, previous_id=None):
         """
         Overload of the BWizardPage reloadData method.
         """