Remove previous hack to let the new infrastructure work.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 8 Jun 2010 14:28:01 +0000 (14:28 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 8 Jun 2010 14:28:01 +0000 (14:28 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3906 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/BToolchainPage.py

index b516943a49b4c71eab2d3ad515290ee0c24c19ff..914ebf8083be9ce2a36ba7cc08d703893c9fbd8c 100644 (file)
@@ -112,7 +112,7 @@ class BToolchainPage(BWizardPage):
             self.setupUi()
             self._populateToolchainList()
             if len(self._valid_items) >= 1:
-                self.pageContent.toolchainList.setCurrentItem(self.pageContent.toolchainList.currentItem() or self._valid_items[0])
+                self.pageContent.toolchainList.setCurrentItem(self._valid_items[0])
 
     ####