Temporary workaround for resolve the automatic check of codelite
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 21 Apr 2009 15:29:13 +0000 (15:29 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 21 Apr 2009 15:29:13 +0000 (15:29 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2610 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/BOutputPage.py

index c36ec390fc384d9ff271ac434ef3ff5333a2049b..0720e7a227756c51029d07cba97a803f8ad06f53 100644 (file)
@@ -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. ##