From 61d283b9bfbfaf8b22be8bad1d03e9dc5a0a6fd0 Mon Sep 17 00:00:00 2001 From: duplo Date: Thu, 18 Dec 2008 11:46:01 +0000 Subject: [PATCH] Add the store of the project info git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2073 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BFolderPage.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wizard/BFolderPage.py b/wizard/BFolderPage.py index 4d8860d5..181c94ca 100644 --- a/wizard/BFolderPage.py +++ b/wizard/BFolderPage.py @@ -55,4 +55,8 @@ class BFolderPage(BWizardPage): self.pageContent.directoryEdit.setText(directory) def isComplete(self): - return self.pageContent.projectPath.text() != "None" \ No newline at end of file + if self.pageContent.projectPath.text() != "None": + self._projectInfoStore("PROJECT_PATH", self.pageContent.projectPath.text()) + return True + else: + return False \ No newline at end of file -- 2.25.1