Fix kmix icon change on muting/unmuting

This resolves Bug 1505
pull/1/head
Francois Andriot 11 years ago committed by Slávek Banko
parent 920e2cf5f0
commit c4ec71ca50

@ -376,6 +376,7 @@ KMixDockWidget::dockMute()
if ( md != 0 ) {
md->setMuted( !md->isMuted() );
m_mixer->commitVolumeChange( md );
updatePixmap(false);
}
}
}

Loading…
Cancel
Save