X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBBoardPage.py;h=843562a7b72b139da864adea6c417f3767b77c5d;hb=093087cc07b4b74e53f6f842bf5e08cd518ca403;hp=fdad680ba4ec83e983e46b6765fb7782ba4e855a;hpb=8cc308300073d38f6826ea357f4c6221e1f44f03;p=bertos.git diff --git a/wizard/BBoardPage.py b/wizard/BBoardPage.py index fdad680b..843562a7 100644 --- a/wizard/BBoardPage.py +++ b/wizard/BBoardPage.py @@ -98,7 +98,7 @@ class BBoardPage(BWizardPage): self.connect(self.pageContent.boardList, SIGNAL("currentItemChanged(QListWidgetItem*,QListWidgetItem*)"), self, SIGNAL("completeChanged()")) self.connect(self.pageContent.customButton, SIGNAL("clicked()"), self.customButtonClicked) - def reloadData(self): + def reloadData(self, previous_id=None): """ Overload of the BWizardPage reloadData method. """