You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libffado/files/libffado-2.4.0-crossbar-rou...

12 lines
496 B

--- a/support/mixer-qt4/ffado/widgets/crossbarrouter.py 2018-01-11 12:34:10.200777889 +0900
+++ b/support/mixer-qt4/ffado/widgets/crossbarrouter.py 2018-01-11 12:45:13.278911705 +0900
@@ -98,7 +98,7 @@
self.combo.setCurrentIndex(self.combo.findText(src))
else:
self.combo.setCurrentIndex(0)
- self.combo.activated.connect(self.comboCurrentChanged)
+ self.combo.activated[str].connect(self.comboCurrentChanged)
def peakValue(self, value):