Attempt to fix ToolchainPage reloadData information.
[bertos.git] / wizard / BVersionPage.py
index c65d34d026b631576ae7c54c0997a85f32520df0..addc2960bc340e71b3a84cfdead92ba7d21b674d 100644 (file)
@@ -84,7 +84,7 @@ class BVersionPage(BWizardPage):
         # Fake signal connection for the update button
         self.connect(self.pageContent.updateButton, SIGNAL("clicked()"), self.updateClicked)
     
-    def reloadData(self):
+    def reloadData(self, previous_id=None):
         """
         Overload of the BWizardPage reloadData method.
         """