X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBBoardPage.py;h=843562a7b72b139da864adea6c417f3767b77c5d;hb=3583bfc76f7ff08915a8ecd23402e5f522e602bd;hp=fdad680ba4ec83e983e46b6765fb7782ba4e855a;hpb=9062cffced27bd5e3b4742547d9ed50b2481fdae;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. """