X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBFolderPage.py;fp=wizard%2FBFolderPage.py;h=7caf4382cfeb31795eb14293028bde91a9c51938;hb=cc03eb93224f06debc7f426acd9374076e8be834;hp=7e5dcca1115bac9ba30540f8b3102f84290b3e4c;hpb=3df1334df82a572917f818c88387440a4d8eeee0;p=bertos.git diff --git a/wizard/BFolderPage.py b/wizard/BFolderPage.py index 7e5dcca1..7caf4382 100644 --- a/wizard/BFolderPage.py +++ b/wizard/BFolderPage.py @@ -40,6 +40,7 @@ from BWizardPage import * import bertos_utils from BVersionPage import BVersionPage +from BBoardPage import BBoardPage from const import * @@ -136,13 +137,10 @@ class BFolderPage(BWizardPage): """ Contains the next page class. """ - # Actually it does nothing. if self.pageContent.customButton.isChecked(): return BVersionPage else: - # TODO: change it with the predefined board selection page. - # return BBoardPage - return BVersionPage + return BBoardPage def initializeAttributes(self): """