Attempt to fix the "Always checked no codelite files checkbox" issue.
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 11 Jun 2010 14:23:13 +0000 (14:23 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 11 Jun 2010 14:23:13 +0000 (14:23 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3920 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/BCreationPage.py

index d91fbc61c649777cf4432803ec18628c569c02e4..0696d811b6b392eec7706981e761fd14921eee88 100644 (file)
@@ -126,5 +126,6 @@ class BCreationPage(BWizardPage):
         else:
             output= []
         self.setProjectInfo("OUTPUT", output)
+        self.setPlugins(output)
 
     ####
\ No newline at end of file