Changeset 2676

Show
Ignore:
Timestamp:
03/20/17 17:11:33 (7 years ago)
Author:
jwoithe
Message:

saffire_dice: fix a typo in the Saffire Dice mixer python code introduced in r2653 which caused the global mute buttons for the line outs in the monitoring tab not to work. Thanks to Nils Philippsen for noticing this, tracking down the cause and providing the patch to fix it.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/support/mixer-qt4/ffado/mixer/saffire_dice.py

    r2670 r2676  
    316316            self.LineMutes[i].widget.toggled.connect(self.LineMutes[i].Interface.select) 
    317317            self.LineGMutes[i].widget.setChecked(self.LineGMutes[i].Interface.selected()) 
    318             self.LineMutes[i].widget.toggled.connect(self.LineGMutes[i].Interface.select) 
     318            self.LineGMutes[i].widget.toggled.connect(self.LineGMutes[i].Interface.select) 
    319319            self.LineGDims[i].widget.setChecked(self.LineGDims[i].Interface.selected()) 
    320320            self.LineGDims[i].widget.toggled.connect(self.LineGDims[i].Interface.select)