From 612271d30e61544629106c5e23d1fca6efe4f495 Mon Sep 17 00:00:00 2001 From: duplo Date: Fri, 11 Jun 2010 14:23:13 +0000 Subject: [PATCH] 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 --- wizard/BCreationPage.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1