Remove previous hack to let the new infrastructure work.
[bertos.git] / 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])
 
     ####