From: asterix Date: Tue, 8 Jun 2010 14:28:01 +0000 (+0000) Subject: Remove previous hack to let the new infrastructure work. X-Git-Tag: 2.5.0~11 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=96740e1330b5f5697a6b39b0880de4db24e80489;p=bertos.git Remove previous hack to let the new infrastructure work. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3906 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/BToolchainPage.py b/wizard/BToolchainPage.py index b516943a..914ebf80 100644 --- a/wizard/BToolchainPage.py +++ b/wizard/BToolchainPage.py @@ -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]) ####