From: duplo Date: Fri, 11 Jun 2010 14:23:13 +0000 (+0000) Subject: Attempt to fix the "Always checked no codelite files checkbox" issue. X-Git-Tag: 2.6.0~387 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=612271d30e61544629106c5e23d1fca6efe4f495;p=bertos.git Attempt to fix the "Always checked no codelite files checkbox" issue. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3920 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/BCreationPage.py b/wizard/BCreationPage.py index d91fbc61..0696d811 100644 --- a/wizard/BCreationPage.py +++ b/wizard/BCreationPage.py @@ -126,5 +126,6 @@ class BCreationPage(BWizardPage): else: output= [] self.setProjectInfo("OUTPUT", output) + self.setPlugins(output) #### \ No newline at end of file