From 89bd702e6979ee84ace7278175c56c2f514aa961 Mon Sep 17 00:00:00 2001 From: duplo Date: Tue, 21 Apr 2009 15:29:13 +0000 Subject: [PATCH] Temporary workaround for resolve the automatic check of codelite git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2610 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BOutputPage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/BOutputPage.py b/wizard/BOutputPage.py index c36ec390..0720e7a2 100644 --- a/wizard/BOutputPage.py +++ b/wizard/BOutputPage.py @@ -26,7 +26,7 @@ class BOutputPage(BWizardPage): BWizardPage.__init__(self, UI_LOCATION + "/output_select.ui") self.setTitle(self.tr("Choose the project output")) self.connectSignals() - self.setProjectInfo("OUTPUT", []) + self.setProjectInfo("OUTPUT", ["codelite"]) ## Overloaded BWizardPage connectSignals method. ## -- 2.25.1