X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBBoardPage.py;h=cee61a5cae6f8dde6eb28f92a0bf126a3fd10f86;hb=b0882263114dd5cc268ce701d5e48cc94ee9bf79;hp=fdad680ba4ec83e983e46b6765fb7782ba4e855a;hpb=8cc308300073d38f6826ea357f4c6221e1f44f03;p=bertos.git diff --git a/wizard/BBoardPage.py b/wizard/BBoardPage.py index fdad680b..cee61a5c 100644 --- a/wizard/BBoardPage.py +++ b/wizard/BBoardPage.py @@ -28,7 +28,6 @@ # # Copyright 2010 Develer S.r.l. (http://www.develer.com/) # -# $Id$ # # Author: Lorenzo Berni # @@ -98,7 +97,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. """