From: duplo Date: Tue, 21 Apr 2009 15:29:13 +0000 (+0000) Subject: Temporary workaround for resolve the automatic check of codelite X-Git-Tag: 2.1.0~72 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=89bd702e6979ee84ace7278175c56c2f514aa961;p=bertos.git 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 --- 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. ##