SEC: temporary exclude sec directory from nightly compilation tests,
[bertos.git] / wizard / BToolchainPage.py
index b516943a49b4c71eab2d3ad515290ee0c24c19ff..094ff6015a14008a4408058cc1ed634defb8f7c2 100644 (file)
@@ -28,7 +28,6 @@
 #
 # Copyright 2008 Develer S.r.l. (http://www.develer.com/)
 #
-# $Id$
 #
 # Author: Lorenzo Berni <duplo@develer.com>
 #
@@ -112,7 +111,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])
 
     ####