X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBCpuPage.py;h=9ef2da0db4c065d9d976cfcc73ee04de351b28a7;hb=3f3f2c46a3cadf8383ae18a5f22a41a5748298e5;hp=2b3a257aadce9db86475a3ab56ae71582501f6e8;hpb=e0a19693a515af4ad45c94accf1d863bc07fad6d;p=bertos.git diff --git a/wizard/BCpuPage.py b/wizard/BCpuPage.py index 2b3a257a..9ef2da0d 100644 --- a/wizard/BCpuPage.py +++ b/wizard/BCpuPage.py @@ -103,7 +103,7 @@ class BCpuPage(BWizardPage): """ Overload of the BWizardPage connectSignals method. """ - self.connect(self.pageContent.cpuList, SIGNAL("itemSelectionChanged()"), self.rowChanged) + self.connect(self.pageContent.cpuList, SIGNAL("currentItemChanged(QListWidgetItem *, QListWidgetItem*)"), self.rowChanged) self.connect(self.pageContent.frequencySpinBox, SIGNAL("editingFinished()"), self.freqChanged) def reloadData(self):