X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBToolchainPage.py;h=094ff6015a14008a4408058cc1ed634defb8f7c2;hb=e9da37a12c607381b96a0d11e038ad07363da650;hp=b516943a49b4c71eab2d3ad515290ee0c24c19ff;hpb=bc8b61afa24c8ccecb748ba1aebc5c45ff70cc17;p=bertos.git diff --git a/wizard/BToolchainPage.py b/wizard/BToolchainPage.py index b516943a..094ff601 100644 --- a/wizard/BToolchainPage.py +++ b/wizard/BToolchainPage.py @@ -28,7 +28,6 @@ # # Copyright 2008 Develer S.r.l. (http://www.develer.com/) # -# $Id$ # # Author: Lorenzo Berni # @@ -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]) ####