From 96740e1330b5f5697a6b39b0880de4db24e80489 Mon Sep 17 00:00:00 2001 From: asterix Date: Tue, 8 Jun 2010 14:28:01 +0000 Subject: [PATCH] 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 --- wizard/BToolchainPage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) #### -- 2.25.1